#EAF9FC

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

Shades of Azure #EAF9FC

Tints of Azure #EAF9FC

Color information

#EAF9FC (or 0xEAF9FC) is unknown color: approx Azure. HEX triplet: EA, F9 and FC. RGB value is (234,249,252). Sum of RGB (Red+Green+Blue) = 234+249+252=735 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.84% from 735); Green value is 249 (97.66% from 255 or 33.88% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9FC is #150603. Grayscale: #F4F4F4. Windows color (decimal): -1377796 or 16579050. OLE color: 16579050.

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

Color convert

RGB234249252-
CMYK0.070.0100.01
HSL190º75%95.29%-
HSV(B)190º7.14%98.82%-
XYZ85.3892.27105.41-
YUV244.86132.03120.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.84%
GREEN value IS 249 (97.66% from 255) = 33.88%
BLUE value IS 252 (98.83% from 255) = 34.29%
R=31.84%
G=33.88%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342492520.070.0100.011907595.29
HexEAF9FC7101be4b5f
Octal3523713747101276113137
Binary1110101011111001111111001111011011111010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9FC; }

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

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

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

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

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

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

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

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