#EBFCF8

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

Shades of Azure #EBFCF8

Tints of Azure #EBFCF8

Color information

#EBFCF8 (or 0xEBFCF8) is unknown color: approx Azure. HEX triplet: EB, FC and F8. RGB value is (235,252,248). Sum of RGB (Red+Green+Blue) = 235+252+248=735 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.97% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 248 (97.27% from 255 or 33.74% from 735); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCF8 is #140307. Grayscale: #F6F6F6. Windows color (decimal): -1311496 or 16317675. OLE color: 16317675.

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

Color convert

RGB235252248-
CMYK0.0700.020.01
HSL165.88º73.91%95.49%-
HSV(B)165.88º6.75%98.82%-
XYZ86.0194.06102.43-
YUV246.46128.87119.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.97%
GREEN value IS 252 (98.83% from 255) = 34.29%
BLUE value IS 248 (97.27% from 255) = 33.74%
R=31.97%
G=34.29%
B=33.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352522480.0700.020.01165.8873.9195.49
HexEBFCF87021a64a5f
Octal3533743707021246112137
Binary11101011111111001111100011101011010011010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCF8; }

 p { color: rgb(235,252,248); }

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

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

 a { background-color: rgb(235,252,248); }

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

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

 span { border-color: rgb(235,252,248); }

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