#EAF7F8

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

Shades of Azure #EAF7F8

Tints of Azure #EAF7F8

Color information

#EAF7F8 (or 0xEAF7F8) is unknown color: approx Azure. HEX triplet: EA, F7 and F8. RGB value is (234,247,248). Sum of RGB (Red+Green+Blue) = 234+247+248=729 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.10% from 729); Green value is 247 (96.88% from 255 or 33.88% from 729); Blue value is 248 (97.27% from 255 or 34.02% from 729); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAF7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7F8 is #150807. Grayscale: #F3F3F3. Windows color (decimal): -1378312 or 16316394. OLE color: 16316394.

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

Color convert

RGB234247248-
CMYK0.060.0000.03
HSL184.29º50%94.51%-
HSV(B)184.29º5.65%97.25%-
XYZ84.1490.79101.9-
YUV243.23130.69121.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.10%
GREEN value IS 247 (96.88% from 255) = 33.88%
BLUE value IS 248 (97.27% from 255) = 34.02%
R=32.10%
G=33.88%
B=34.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472480.060.0000.03184.295094.51
HexEAF7F86003b8325f
Octal352367370600327062137
Binary1110101011110111111110001100011101110001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7F8; }

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

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

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

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

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

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

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

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