#EFFEFE

Color #EFFEFE Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #EFFEFE

Tints of Azure #EFFEFE

Color information

#EFFEFE (or 0xEFFEFE) is unknown color: approx 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

RGB239254254-
CMYK0.06000.00
HSL180º88.24%96.67%-
HSV(B)180º5.91%99.61%-
XYZ88.9396.39107.68-
YUV249.51130.53120.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 31.99%
GREEN value IS 254 (99.61% from 255) = 34.00%
BLUE value IS 254 (99.61% from 255) = 34.00%
R=31.99%
G=34.00%
B=34.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542540.06000.0018088.2496.67
HexEFFEFE6000b45861
Octal3573763766000264130141
Binary1110111111111110111111101100001011010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>