#EAF9FB

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

Shades of Azure #EAF9FB

Tints of Azure #EAF9FB

Color information

#EAF9FB (or 0xEAF9FB) is unknown color: approx Azure. HEX triplet: EA, F9 and FB. RGB value is (234,249,251). Sum of RGB (Red+Green+Blue) = 234+249+251=734 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.88% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9FB is #150604. Grayscale: #F4F4F4. Windows color (decimal): -1377797 or 16513514. OLE color: 16513514.

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

Color convert

RGB234249251-
CMYK0.070.0100.02
HSL187.06º68%95.1%-
HSV(B)187.06º6.77%98.43%-
XYZ85.2292.21104.57-
YUV244.74131.53120.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.88%
GREEN value IS 249 (97.66% from 255) = 33.92%
BLUE value IS 251 (98.44% from 255) = 34.20%
R=31.88%
G=33.92%
B=34.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342492510.070.0100.02187.066895.1
HexEAF9FB7102bb445f
Octal3523713737102273104137
Binary11101010111110011111101111110101011101110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9FB; }

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

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

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

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

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

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

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

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