Html Css Color HEX #EFFEFE Azure

📋 copy color: '#EFFEFE'

red 239 ◦ green 254 ◦ blue 254

#EFFEFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azure #EFFEFE

Tints of Azure #EFFEFE

RGB

 RED value IS 239 (93.75% from 255) = 31.99%

 GREEN value IS 254 (99.61% from 255) = 34%

 BLUE value IS 254 (99.61% from 255) = 34%

R = 31.99%
G = 34%
B = 34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFFEFE (or 0xEFFEFE) is known color: Azure. HEX triplet: EF, FE and FE. RGB value is (239,254,254). Sum of RGB (Red+Green+Blue) = 239+254+254=747 (98% of max value = 765). Red value is 239 (93.75% from 255 or 31.99% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #EFFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEFE is #100101. Grayscale: #F9F9F9. Windows color (decimal): -1048834 or 16711407. OLE color: 16711407.

HSL color Cylindrical-coordinate representation of color #EFFEFE: hue angle of 180º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFEFE is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 254 -
CMYK 0.06 0 0 0.00
HSL 180º 0.88% 0.97% -
HSV(B) 180º 0.06% 1% -
XYZ 88.93 96.39 107.68 -
YUV 249.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 239 254 254 0.06 0 0 0.00 180 0.88 0.97
Hex EF FE FE 6 0 0 0 B4 58 61
Octal 357 376 376 6 0 0 0 264 130 141
Binary 11101111 11111110 11111110 110 0 0 0 10110100 1011000 1100001

Color Harmonies of #EFFEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEFE

Black with #EFFEFE

Text Example


Text Example

White with #EFFEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEFE; }

 p { color: rgb(239,254,254); }

 H1.HeaderClassName
 {
   color: #EFFEFE;
 }
 .AnyTagClassName
 {
   color: #EFFEFE;
 }
</style>

background-color css

<style>
 a { background-color: #EFFEFE; }

 a { background-color: rgb(239,254,254); }

 div.DivClassName
 {
   background-color: #EFFEFE;
 }
 .BgClassName
 {
   background-color: #EFFEFE;
 }
</style>

border-color css

<style>
 span { border-color: #EFFEFE; }

 span { border-color: rgb(239,254,254); }

 td.TdClassName
 {
   border-color: #EFFEFE;
 }
 .TagClassName
 {
   border-color: #EFFEFE;
 }
</style>