#EAFAFC

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

Shades of Azure #EAFAFC

Tints of Azure #EAFAFC

Color information

#EAFAFC (or 0xEAFAFC) is unknown color: approx Azure. HEX triplet: EA, FA and FC. RGB value is (234,250,252). Sum of RGB (Red+Green+Blue) = 234+250+252=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAFC is #150503. Grayscale: #F5F5F5. Windows color (decimal): -1377540 or 16579306. OLE color: 16579306.

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

Color convert

RGB234250252-
CMYK0.070.0100.01
HSL186.67º75%95.29%-
HSV(B)186.67º7.14%98.82%-
XYZ85.6992.89105.51-
YUV245.44131.7119.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.79%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 252 (98.83% from 255) = 34.24%
R=31.79%
G=33.97%
B=34.24%

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
Decimal2342502520.070.0100.01186.677595.29
HexEAFAFC7101bb4b5f
Octal3523723747101273113137
Binary1110101011111010111111001111011011101110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAFC; }

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

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

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

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

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

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

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

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