#EAFCFC

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

Shades of Azure #EAFCFC

Tints of Azure #EAFCFC

Color information

#EAFCFC (or 0xEAFCFC) is unknown color: approx Azure. HEX triplet: EA, FC and FC. RGB value is (234,252,252). Sum of RGB (Red+Green+Blue) = 234+252+252=738 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.71% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #EAFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCFC is #150303. Grayscale: #F6F6F6. Windows color (decimal): -1377028 or 16579818. OLE color: 16579818.

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

Color convert

RGB234252252-
CMYK0.07000.01
HSL180º75%95.29%-
HSV(B)180º7.14%98.82%-
XYZ86.3194.14105.72-
YUV246.62131.04119-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.71%
GREEN value IS 252 (98.83% from 255) = 34.15%
BLUE value IS 252 (98.83% from 255) = 34.15%
R=31.71%
G=34.15%
B=34.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522520.07000.011807595.29
HexEAFCFC7001b44b5f
Octal3523743747001264113137
Binary1110101011111100111111001110011011010010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCFC; }

 p { color: rgb(234,252,252); }

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

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

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

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

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

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

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