#EBFCFD

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

Shades of Azure #EBFCFD

Tints of Azure #EBFCFD

Color information

#EBFCFD (or 0xEBFCFD) is unknown color: approx Azure. HEX triplet: EB, FC and FD. RGB value is (235,252,253). Sum of RGB (Red+Green+Blue) = 235+252+253=740 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.76% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFD is #140302. Grayscale: #F7F7F7. Windows color (decimal): -1311491 or 16645355. OLE color: 16645355.

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

Color convert

RGB235252253-
CMYK0.070.0000.01
HSL183.33º81.82%95.69%-
HSV(B)183.33º7.11%99.22%-
XYZ86.894.37106.57-
YUV247.03131.37119.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.76%
GREEN value IS 252 (98.83% from 255) = 34.05%
BLUE value IS 253 (99.22% from 255) = 34.19%
R=31.76%
G=34.05%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352522530.070.0000.01183.3381.8295.69
HexEBFCFD7001b75260
Octal3533743757001267122140
Binary1110101111111100111111011110011011011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCFD; }

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

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

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

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

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

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

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

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