#EBFAFC

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

Shades of Azure #EBFAFC

Tints of Azure #EBFAFC

Color information

#EBFAFC (or 0xEBFAFC) is unknown color: approx Azure. HEX triplet: EB, FA and FC. RGB value is (235,250,252). Sum of RGB (Red+Green+Blue) = 235+250+252=737 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.89% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAFC is #140503. Grayscale: #F5F5F5. Windows color (decimal): -1312004 or 16579307. OLE color: 16579307.

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

Color convert

RGB235250252-
CMYK0.070.0100.01
HSL187.06º73.91%95.49%-
HSV(B)187.06º6.75%98.82%-
XYZ86.0293.06105.52-
YUV245.74131.53120.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.89%
GREEN value IS 250 (98.05% from 255) = 33.92%
BLUE value IS 252 (98.83% from 255) = 34.19%
R=31.89%
G=33.92%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352502520.070.0100.01187.0673.9195.49
HexEBFAFC7101bb4a5f
Octal3533723747101273112137
Binary1110101111111010111111001111011011101110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAFC; }

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

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

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

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

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

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

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

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