#EBFDFF

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

Shades of Azure #EBFDFF

Tints of Azure #EBFDFF

Color information

#EBFDFF (or 0xEBFDFF) is unknown color: approx Azure. HEX triplet: EB, FD and FF. RGB value is (235,253,255). Sum of RGB (Red+Green+Blue) = 235+253+255=743 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.63% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDFF is #140200. Grayscale: #F7F7F7. Windows color (decimal): -1311233 or 16776683. OLE color: 16776683.

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

Color convert

RGB235253255-
CMYK0.080.0100
HSL186º100%96.08%-
HSV(B)186º7.84%100%-
XYZ87.4495.13108.36-
YUV247.85132.04118.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.63%
GREEN value IS 253 (99.22% from 255) = 34.05%
BLUE value IS 255 (100% from 255) = 34.32%
R=31.63%
G=34.05%
B=34.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352532550.080.010018610096.08
HexEBFDFF8100ba6460
Octal35337537710100272144140
Binary11101011111111011111111110001001011101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDFF; }

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

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

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

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

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

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

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

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