#EAF5F8

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

Shades of Azure #EAF5F8

Tints of Azure #EAF5F8

Color information

#EAF5F8 (or 0xEAF5F8) is unknown color: approx Azure. HEX triplet: EA, F5 and F8. RGB value is (234,245,248). Sum of RGB (Red+Green+Blue) = 234+245+248=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAF5F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF5F8 is #150A07. Grayscale: #F2F2F2. Windows color (decimal): -1378824 or 16315882. OLE color: 16315882.

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

Color convert

RGB234245248-
CMYK0.060.0100.03
HSL192.86º50%94.51%-
HSV(B)192.86º5.65%97.25%-
XYZ83.5389.57101.69-
YUV242.05131.36122.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.19%
GREEN value IS 245 (96.09% from 255) = 33.70%
BLUE value IS 248 (97.27% from 255) = 34.11%
R=32.19%
G=33.70%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342452480.060.0100.03192.865094.51
HexEAF5F86103c1325f
Octal352365370610330162137
Binary1110101011110101111110001101011110000011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5F8; }

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

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

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

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

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

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

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

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