#EAFBFB

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

Shades of Azure #EAFBFB

Tints of Azure #EAFBFB

Color information

#EAFBFB (or 0xEAFBFB) is unknown color: approx Azure. HEX triplet: EA, FB and FB. RGB value is (234,251,251). Sum of RGB (Red+Green+Blue) = 234+251+251=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 251 (98.44% from 255 or 34.10% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #EAFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBFB is #150404. Grayscale: #F5F5F5. Windows color (decimal): -1377285 or 16514026. OLE color: 16514026.

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

Color convert

RGB234251251-
CMYK0.07000.02
HSL180º68%95.1%-
HSV(B)180º6.77%98.43%-
XYZ85.8493.45104.78-
YUV245.92130.87119.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.79%
GREEN value IS 251 (98.44% from 255) = 34.10%
BLUE value IS 251 (98.44% from 255) = 34.10%
R=31.79%
G=34.10%
B=34.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512510.07000.021806895.1
HexEAFBFB7002b4445f
Octal3523733737002264104137
Binary11101010111110111111101111100101011010010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBFB; }

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

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

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

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

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

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

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

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