#EAFBFE

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

Shades of Azure #EAFBFE

Tints of Azure #EAFBFE

Color information

#EAFBFE (or 0xEAFBFE) is unknown color: approx Azure. HEX triplet: EA, FB and FE. RGB value is (234,251,254). Sum of RGB (Red+Green+Blue) = 234+251+254=739 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.66% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBFE is #150401. Grayscale: #F6F6F6. Windows color (decimal): -1377282 or 16710634. OLE color: 16710634.

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

Color convert

RGB234251254-
CMYK0.080.0100.00
HSL189º90.91%95.69%-
HSV(B)189º7.87%99.61%-
XYZ86.3293.64107.29-
YUV246.26132.37119.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.66%
GREEN value IS 251 (98.44% from 255) = 33.96%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=31.66%
G=33.96%
B=34.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342512540.080.0100.0018990.9195.69
HexEAFBFE8100bd5b60
Octal35237337610100275133140
Binary11101010111110111111111010001001011110110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBFE; }

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

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

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

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

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

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

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

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