#EAF6F8

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

Shades of Azure #EAF6F8

Tints of Azure #EAF6F8

Color information

#EAF6F8 (or 0xEAF6F8) is unknown color: approx Azure. HEX triplet: EA, F6 and F8. RGB value is (234,246,248). Sum of RGB (Red+Green+Blue) = 234+246+248=728 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.14% from 728); Green value is 246 (96.48% from 255 or 33.79% from 728); Blue value is 248 (97.27% from 255 or 34.07% from 728); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAF6F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6F8 is #150907. Grayscale: #F2F2F2. Windows color (decimal): -1378568 or 16316138. OLE color: 16316138.

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

Color convert

RGB234246248-
CMYK0.060.0100.03
HSL188.57º50%94.51%-
HSV(B)188.57º5.65%97.25%-
XYZ83.8390.18101.8-
YUV242.64131.02121.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.14%
GREEN value IS 246 (96.48% from 255) = 33.79%
BLUE value IS 248 (97.27% from 255) = 34.07%
R=32.14%
G=33.79%
B=34.07%

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
Decimal2342462480.060.0100.03188.575094.51
HexEAF6F86103bd325f
Octal352366370610327562137
Binary1110101011110110111110001101011101111011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6F8; }

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

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

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

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

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

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

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

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