Shades of Perano #9DB3E3
Tints of Perano #9DB3E3
RGB
CMYK
RGB Variations
Color information
#9DB3E3 (or 0x9DB3E3) is known color: Perano. HEX triplet: 9D, B3 and E3. RGB value is (157,179,227). Sum of RGB (Red+Green+Blue) = 157+179+227=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #9DB3E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB3E3 is #624C1C. Grayscale: #B1B1B1. Windows color (decimal): -6442013 or 14922653. OLE color: 14922653.
HSL color Cylindrical-coordinate representation of color #9DB3E3: hue angle of 221.14º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DB3E3 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 179 | 227 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.11 |
| HSL | 221.14º | 0.56% | 0.75% | - |
| HSV(B) | 221.14º | 0.31% | 0.89% | - |
| XYZ | 43.89 | 44.95 | 79.04 | - |
| YUV | 177.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 227 | 0.31 | 0.21 | 0 | 0.11 | 221.14 | 0.56 | 0.75 |
| Hex | 9D | B3 | E3 | 1F | 15 | 0 | B | DD | 38 | 4B |
| Octal | 235 | 263 | 343 | 37 | 25 | 0 | 13 | 335 | 70 | 113 |
| Binary | 10011101 | 10110011 | 11100011 | 11111 | 10101 | 0 | 1011 | 11011101 | 111000 | 1001011 |
Color Harmonies of #9DB3E3
Complementary color
Monochromatic Colors of #9DB3E3
Black with #9DB3E3
Text Example
Text Example
White with #9DB3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB3E3; }
p { color: rgb(157,179,227); }
H1.HeaderClassName
{
color: #9DB3E3;
}
.AnyTagClassName
{
color: #9DB3E3;
}
</style>
background-color css
<style>
a { background-color: #9DB3E3; }
a { background-color: rgb(157,179,227); }
div.DivClassName
{
background-color: #9DB3E3;
}
.BgClassName
{
background-color: #9DB3E3;
}
</style>
border-color css
<style>
span { border-color: #9DB3E3; }
span { border-color: rgb(157,179,227); }
td.TdClassName
{
border-color: #9DB3E3;
}
.TagClassName
{
border-color: #9DB3E3;
}
</style>