#EBF9FC

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

Shades of Azure #EBF9FC

Tints of Azure #EBF9FC

Color information

#EBF9FC (or 0xEBF9FC) is unknown color: approx Azure. HEX triplet: EB, F9 and FC. RGB value is (235,249,252). Sum of RGB (Red+Green+Blue) = 235+249+252=736 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.93% from 736); Green value is 249 (97.66% from 255 or 33.83% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF9FC is #140603. Grayscale: #F5F5F5. Windows color (decimal): -1312260 or 16579051. OLE color: 16579051.

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

Color convert

RGB235249252-
CMYK0.070.0100.01
HSL190.59º73.91%95.49%-
HSV(B)190.59º6.75%98.82%-
XYZ85.7192.44105.42-
YUV245.16131.86120.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.93%
GREEN value IS 249 (97.66% from 255) = 33.83%
BLUE value IS 252 (98.83% from 255) = 34.24%
R=31.93%
G=33.83%
B=34.24%

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
Decimal2352492520.070.0100.01190.5973.9195.49
HexEBF9FC7101bf4a5f
Octal3533713747101277112137
Binary1110101111111001111111001111011011111110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9FC; }

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

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

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

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

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

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

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

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