#EAF8FA

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

Shades of Azure #EAF8FA

Tints of Azure #EAF8FA

Color information

#EAF8FA (or 0xEAF8FA) is unknown color: approx Azure. HEX triplet: EA, F8 and FA. RGB value is (234,248,250). Sum of RGB (Red+Green+Blue) = 234+248+250=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 248 (97.27% from 255 or 33.88% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8FA is #150705. Grayscale: #F4F4F4. Windows color (decimal): -1378054 or 16447722. OLE color: 16447722.

HSL color Cylindrical-coordinate representation of color #EAF8FA: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF8FA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234248250-
CMYK0.060.0100.02
HSL187.5º61.54%94.9%-
HSV(B)187.5º6.4%98.04%-
XYZ84.7591.53103.64-
YUV244.04131.36120.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.97%
GREEN value IS 248 (97.27% from 255) = 33.88%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=31.97%
G=33.88%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342482500.060.0100.02187.561.5494.9
HexEAF8FA6102bc3e5f
Octal352370372610227476137
Binary1110101011111000111110101101010101111001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8FA; }

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

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

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

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

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

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

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

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