#EBFEFB

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

Shades of Azure #EBFEFB

Tints of Azure #EBFEFB

Color information

#EBFEFB (or 0xEBFEFB) is unknown color: approx Azure. HEX triplet: EB, FE and FB. RGB value is (235,254,251). Sum of RGB (Red+Green+Blue) = 235+254+251=740 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.76% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEFB is #140104. Grayscale: #F7F7F7. Windows color (decimal): -1310981 or 16514795. OLE color: 16514795.

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

Color convert

RGB235254251-
CMYK0.0700.010.00
HSL170.53º90.48%95.88%-
HSV(B)170.53º7.48%99.61%-
XYZ87.1295.51105.11-
YUV247.98129.71118.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.76%
GREEN value IS 254 (99.61% from 255) = 34.32%
BLUE value IS 251 (98.44% from 255) = 33.92%
R=31.76%
G=34.32%
B=33.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542510.0700.010.00170.5390.4895.88
HexEBFEFB7010ab5a60
Octal3533763737010253132140
Binary1110101111111110111110111110101010101110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEFB; }

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

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

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

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

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

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

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

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