#EBF9FD

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

Shades of Azure #EBF9FD

Tints of Azure #EBF9FD

Color information

#EBF9FD (or 0xEBF9FD) is unknown color: approx Azure. HEX triplet: EB, F9 and FD. RGB value is (235,249,253). Sum of RGB (Red+Green+Blue) = 235+249+253=737 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.89% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF9FD is #140602. Grayscale: #F5F5F5. Windows color (decimal): -1312259 or 16644587. OLE color: 16644587.

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

Color convert

RGB235249253-
CMYK0.070.0200.01
HSL193.33º81.82%95.69%-
HSV(B)193.33º7.11%99.22%-
XYZ85.8792.51106.26-
YUV245.27132.36120.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.89%
GREEN value IS 249 (97.66% from 255) = 33.79%
BLUE value IS 253 (99.22% from 255) = 34.33%
R=31.89%
G=33.79%
B=34.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352492530.070.0200.01193.3381.8295.69
HexEBF9FD7201c15260
Octal3533713757201301122140
Binary11101011111110011111110111110011100000110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9FD; }

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

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

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

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

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

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

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

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