#EEFCFE

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

Shades of Azure #EEFCFE

Tints of Azure #EEFCFE

Color information

#EEFCFE (or 0xEEFCFE) is unknown color: approx Azure. HEX triplet: EE, FC and FE. RGB value is (238,252,254). Sum of RGB (Red+Green+Blue) = 238+252+254=744 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.99% from 744); Green value is 252 (98.83% from 255 or 33.87% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCFE is #110301. Grayscale: #F8F8F8. Windows color (decimal): -1114882 or 16710894. OLE color: 16710894.

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

Color convert

RGB238252254-
CMYK0.060.0100.00
HSL187.5º88.89%96.47%-
HSV(B)187.5º6.3%99.61%-
XYZ87.9694.95107.46-
YUV248.04131.36120.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.99%
GREEN value IS 252 (98.83% from 255) = 33.87%
BLUE value IS 254 (99.61% from 255) = 34.14%
R=31.99%
G=33.87%
B=34.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382522540.060.0100.00187.588.8996.47
HexEEFCFE6100bc5960
Octal3563743766100274131140
Binary1110111011111100111111101101001011110010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCFE; }

 p { color: rgb(238,252,254); }

 H1.HeaderClassName
 {
   color: #EEFCFE;
 }
 .AnyTagClassName
 {
   color: #EEFCFE;
 }
</style>
background-color css

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

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

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

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

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

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