#EEFCFF

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

Shades of Azure #EEFCFF

Tints of Azure #EEFCFF

Color information

#EEFCFF (or 0xEEFCFF) is unknown color: approx Azure. HEX triplet: EE, FC and FF. RGB value is (238,252,255). Sum of RGB (Red+Green+Blue) = 238+252+255=745 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.95% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCFF is #110300. Grayscale: #F8F8F8. Windows color (decimal): -1114881 or 16776430. OLE color: 16776430.

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

Color convert

RGB238252255-
CMYK0.070.0100
HSL190.59º100%96.67%-
HSV(B)190.59º6.67%100%-
XYZ88.1295.02108.3-
YUV248.16131.86120.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 31.95%
GREEN value IS 252 (98.83% from 255) = 33.83%
BLUE value IS 255 (100% from 255) = 34.23%
R=31.95%
G=33.83%
B=34.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382522550.070.0100190.5910096.67
HexEEFCFF7100bf6461
Octal3563743777100277144141
Binary1110111011111100111111111111001011111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFCFF; }

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

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

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

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

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

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

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

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