#EAF9FA

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

Shades of Azure #EAF9FA

Tints of Azure #EAF9FA

Color information

#EAF9FA (or 0xEAF9FA) is unknown color: approx Azure. HEX triplet: EA, F9 and FA. RGB value is (234,249,250). Sum of RGB (Red+Green+Blue) = 234+249+250=733 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.92% from 733); Green value is 249 (97.66% from 255 or 33.97% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9FA is #150605. Grayscale: #F4F4F4. Windows color (decimal): -1377798 or 16447978. OLE color: 16447978.

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

Color convert

RGB234249250-
CMYK0.060.0000.02
HSL183.75º61.54%94.9%-
HSV(B)183.75º6.4%98.04%-
XYZ85.0692.15103.75-
YUV244.63131.03120.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.92%
GREEN value IS 249 (97.66% from 255) = 33.97%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=31.92%
G=33.97%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342492500.060.0000.02183.7561.5494.9
HexEAF9FA6002b83e5f
Octal352371372600227076137
Binary1110101011111001111110101100010101110001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9FA; }

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

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

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

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

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

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

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

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