Shades of Aqua Spring #EBEFEB
Tints of Aqua Spring #EBEFEB
RGB
CMYK
RGB Variations
Color information
#EBEFEB (or 0xEBEFEB) is known color: Aqua Spring. HEX triplet: EB, EF and EB. RGB value is (235,239,235). Sum of RGB (Red+Green+Blue) = 235+239+235=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFEB is #141014. Grayscale: #EDEDED. Windows color (decimal): -1314837 or 15462379. OLE color: 15462379.
HSL color Cylindrical-coordinate representation of color #EBEFEB: hue angle of 120º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEFEB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 239 | 235 | - |
CMYK | 0.02 | 0 | 0.02 | 0.06 |
HSL | 120º | 0.11% | 0.93% | - |
HSV(B) | 120º | 0.02% | 0.94% | - |
XYZ | 80.12 | 85.39 | 90.86 | - |
YUV | 237.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 239 | 235 | 0.02 | 0 | 0.02 | 0.06 | 120 | 0.11 | 0.93 |
Hex | EB | EF | EB | 2 | 0 | 2 | 6 | 78 | B | 5D |
Octal | 353 | 357 | 353 | 2 | 0 | 2 | 6 | 170 | 13 | 135 |
Binary | 11101011 | 11101111 | 11101011 | 10 | 0 | 10 | 110 | 1111000 | 1011 | 1011101 |
Color Harmonies of #EBEFEB
Complementary color
Monochromatic Colors of #EBEFEB
Black with #EBEFEB
Text Example
Text Example
White with #EBEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFEB; }
p { color: rgb(235,239,235); }
H1.HeaderClassName
{
color: #EBEFEB;
}
.AnyTagClassName
{
color: #EBEFEB;
}
</style>
background-color css
<style>
a { background-color: #EBEFEB; }
a { background-color: rgb(235,239,235); }
div.DivClassName
{
background-color: #EBEFEB;
}
.BgClassName
{
background-color: #EBEFEB;
}
</style>
border-color css
<style>
span { border-color: #EBEFEB; }
span { border-color: rgb(235,239,235); }
td.TdClassName
{
border-color: #EBEFEB;
}
.TagClassName
{
border-color: #EBEFEB;
}
</style>