#EBFCFC

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

Shades of Azure #EBFCFC

Tints of Azure #EBFCFC

Color information

#EBFCFC (or 0xEBFCFC) is unknown color: approx Azure. HEX triplet: EB, FC and FC. RGB value is (235,252,252). Sum of RGB (Red+Green+Blue) = 235+252+252=739 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.80% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #EBFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFC is #140303. Grayscale: #F6F6F6. Windows color (decimal): -1311492 or 16579819. OLE color: 16579819.

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

Color convert

RGB235252252-
CMYK0.07000.01
HSL180º73.91%95.49%-
HSV(B)180º6.75%98.82%-
XYZ86.6494.31105.73-
YUV246.92130.87119.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.80%
GREEN value IS 252 (98.83% from 255) = 34.10%
BLUE value IS 252 (98.83% from 255) = 34.10%
R=31.80%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2352522520.07000.0118073.9195.49
HexEBFCFC7001b44a5f
Octal3533743747001264112137
Binary1110101111111100111111001110011011010010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCFC; }

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

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

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

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

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

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

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

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