#EAFBFC

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

Shades of Azure #EAFBFC

Tints of Azure #EAFBFC

Color information

#EAFBFC (or 0xEAFBFC) is unknown color: approx Azure. HEX triplet: EA, FB and FC. RGB value is (234,251,252). Sum of RGB (Red+Green+Blue) = 234+251+252=737 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.75% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBFC is #150403. Grayscale: #F6F6F6. Windows color (decimal): -1377284 or 16579562. OLE color: 16579562.

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

Color convert

RGB234251252-
CMYK0.070.0000.01
HSL183.33º75%95.29%-
HSV(B)183.33º7.14%98.82%-
XYZ8693.52105.61-
YUV246.03131.37119.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.75%
GREEN value IS 251 (98.44% from 255) = 34.06%
BLUE value IS 252 (98.83% from 255) = 34.19%
R=31.75%
G=34.06%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342512520.070.0000.01183.337595.29
HexEAFBFC7001b74b5f
Octal3523733747001267113137
Binary1110101011111011111111001110011011011110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBFC; }

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

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

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

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

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

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

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

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