#EAF8FC

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

Shades of Azure #EAF8FC

Tints of Azure #EAF8FC

Color information

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

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

Color convert

RGB234248252-
CMYK0.070.0200.01
HSL193.33º75%95.29%-
HSV(B)193.33º7.14%98.82%-
XYZ85.0791.66105.3-
YUV244.27132.36120.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342482520.070.0200.01193.337595.29
HexEAF8FC7201c14b5f
Octal3523703747201301113137
Binary11101010111110001111110011110011100000110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8FC; }

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

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

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

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

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

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

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

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