#EAFBFA

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

Shades of Azure #EAFBFA

Tints of Azure #EAFBFA

Color information

#EAFBFA (or 0xEAFBFA) is unknown color: approx Azure. HEX triplet: EA, FB and FA. RGB value is (234,251,250). Sum of RGB (Red+Green+Blue) = 234+251+250=735 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.84% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBFA is #150405. Grayscale: #F5F5F5. Windows color (decimal): -1377286 or 16448490. OLE color: 16448490.

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

Color convert

RGB234251250-
CMYK0.0700.000.02
HSL176.47º68%95.1%-
HSV(B)176.47º6.77%98.43%-
XYZ85.6893.39103.95-
YUV245.8130.37119.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.84%
GREEN value IS 251 (98.44% from 255) = 34.15%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=31.84%
G=34.15%
B=34.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512500.0700.000.02176.476895.1
HexEAFBFA7002b0445f
Octal3523733727002260104137
Binary11101010111110111111101011100101011000010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBFA; }

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

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

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

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

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

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

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

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