#EAFBFF

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

Shades of Azure #EAFBFF

Tints of Azure #EAFBFF

Color information

#EAFBFF (or 0xEAFBFF) is unknown color: approx Azure. HEX triplet: EA, FB and FF. RGB value is (234,251,255). Sum of RGB (Red+Green+Blue) = 234+251+255=740 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.62% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBFF is #150400. Grayscale: #F6F6F6. Windows color (decimal): -1377281 or 16776170. OLE color: 16776170.

HSL color Cylindrical-coordinate representation of color #EAFBFF: hue angle of 191.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFBFF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234251255-
CMYK0.080.0200
HSL191.43º100%95.88%-
HSV(B)191.43º8.24%100%-
XYZ86.4893.71108.14-
YUV246.37132.87119.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.62%
GREEN value IS 251 (98.44% from 255) = 33.92%
BLUE value IS 255 (100% from 255) = 34.46%
R=31.62%
G=33.92%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342512550.080.0200191.4310095.88
HexEAFBFF8200bf6460
Octal35237337710200277144140
Binary111010101111101111111111100010001011111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBFF; }

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

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

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

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

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

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

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

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