#EAFBFD

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

Shades of Azure #EAFBFD

Tints of Azure #EAFBFD

Color information

#EAFBFD (or 0xEAFBFD) is unknown color: approx Azure. HEX triplet: EA, FB and FD. RGB value is (234,251,253). Sum of RGB (Red+Green+Blue) = 234+251+253=738 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.71% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBFD is #150402. Grayscale: #F6F6F6. Windows color (decimal): -1377283 or 16645098. OLE color: 16645098.

HSL color Cylindrical-coordinate representation of color #EAFBFD: hue angle of 186.32º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFBFD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234251253-
CMYK0.080.0100.01
HSL186.32º82.61%95.49%-
HSV(B)186.32º7.51%99.22%-
XYZ86.1693.58106.45-
YUV246.14131.87119.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.71%
GREEN value IS 251 (98.44% from 255) = 34.01%
BLUE value IS 253 (99.22% from 255) = 34.28%
R=31.71%
G=34.01%
B=34.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342512530.080.0100.01186.3282.6195.49
HexEAFBFD8101ba535f
Octal35237337510101272123137
Binary11101010111110111111110110001011011101010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBFD; }

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

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

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

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

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

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

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

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