#EAFCF8

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

Shades of Azure #EAFCF8

Tints of Azure #EAFCF8

Color information

#EAFCF8 (or 0xEAFCF8) is unknown color: approx Azure. HEX triplet: EA, FC and F8. RGB value is (234,252,248). Sum of RGB (Red+Green+Blue) = 234+252+248=734 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.88% from 734); Green value is 252 (98.83% from 255 or 34.33% from 734); Blue value is 248 (97.27% from 255 or 33.79% from 734); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCF8 is #150307. Grayscale: #F6F6F6. Windows color (decimal): -1377032 or 16317674. OLE color: 16317674.

HSL color Cylindrical-coordinate representation of color #EAFCF8: hue angle of 166.67º 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 #EAFCF8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB234252248-
CMYK0.0700.020.01
HSL166.67º75%95.29%-
HSV(B)166.67º7.14%98.82%-
XYZ85.6993.89102.41-
YUV246.16129.04119.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.88%
GREEN value IS 252 (98.83% from 255) = 34.33%
BLUE value IS 248 (97.27% from 255) = 33.79%
R=31.88%
G=34.33%
B=33.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522480.0700.020.01166.677595.29
HexEAFCF87021a74b5f
Octal3523743707021247113137
Binary11101010111111001111100011101011010011110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCF8; }

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

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

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

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

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

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

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

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