Shades of Perano #9EBBED
Tints of Perano #9EBBED
RGB
CMYK
RGB Variations
Color information
#9EBBED (or 0x9EBBED) is known color: Perano. HEX triplet: 9E, BB and ED. RGB value is (158,187,237). Sum of RGB (Red+Green+Blue) = 158+187+237=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBBED is #614412. Grayscale: #B7B7B7. Windows color (decimal): -6374419 or 15580062. OLE color: 15580062.
HSL color Cylindrical-coordinate representation of color #9EBBED: hue angle of 217.97º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EBBED is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 187 | 237 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.07 |
| HSL | 217.97º | 0.69% | 0.77% | - |
| HSV(B) | 217.97º | 0.33% | 0.93% | - |
| XYZ | 47.16 | 48.92 | 87.08 | - |
| YUV | 184.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 187 | 237 | 0.33 | 0.21 | 0 | 0.07 | 217.97 | 0.69 | 0.77 |
| Hex | 9E | BB | ED | 21 | 15 | 0 | 7 | DA | 45 | 4D |
| Octal | 236 | 273 | 355 | 41 | 25 | 0 | 7 | 332 | 105 | 115 |
| Binary | 10011110 | 10111011 | 11101101 | 100001 | 10101 | 0 | 111 | 11011010 | 1000101 | 1001101 |
Color Harmonies of #9EBBED
Complementary color
Monochromatic Colors of #9EBBED
Black with #9EBBED
Text Example
Text Example
White with #9EBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBBED; }
p { color: rgb(158,187,237); }
H1.HeaderClassName
{
color: #9EBBED;
}
.AnyTagClassName
{
color: #9EBBED;
}
</style>
background-color css
<style>
a { background-color: #9EBBED; }
a { background-color: rgb(158,187,237); }
div.DivClassName
{
background-color: #9EBBED;
}
.BgClassName
{
background-color: #9EBBED;
}
</style>
border-color css
<style>
span { border-color: #9EBBED; }
span { border-color: rgb(158,187,237); }
td.TdClassName
{
border-color: #9EBBED;
}
.TagClassName
{
border-color: #9EBBED;
}
</style>