#EBFBFF

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

Shades of Azure #EBFBFF

Tints of Azure #EBFBFF

Color information

#EBFBFF (or 0xEBFBFF) is unknown color: approx Azure. HEX triplet: EB, FB and FF. RGB value is (235,251,255). Sum of RGB (Red+Green+Blue) = 235+251+255=741 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.71% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBFF is #140400. Grayscale: #F6F6F6. Windows color (decimal): -1311745 or 16776171. OLE color: 16776171.

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

Color convert

RGB235251255-
CMYK0.080.0200
HSL192º100%96.08%-
HSV(B)192º7.84%100%-
XYZ86.8193.88108.15-
YUV246.67132.7119.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.71%
GREEN value IS 251 (98.44% from 255) = 33.87%
BLUE value IS 255 (100% from 255) = 34.41%
R=31.71%
G=33.87%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352512550.080.020019210096.08
HexEBFBFF8200c06460
Octal35337337710200300144140
Binary111010111111101111111111100010001100000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBFF; }

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

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

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

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

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

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

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

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