Shades of Perano #9DB6F3
Tints of Perano #9DB6F3
RGB
CMYK
RGB Variations
Color information
#9DB6F3 (or 0x9DB6F3) is known color: Perano. HEX triplet: 9D, B6 and F3. RGB value is (157,182,243). Sum of RGB (Red+Green+Blue) = 157+182+243=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DB6F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB6F3 is #62490C. Grayscale: #B5B5B5. Windows color (decimal): -6441229 or 15971997. OLE color: 15971997.
HSL color Cylindrical-coordinate representation of color #9DB6F3: hue angle of 222.56º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB6F3 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 182 | 243 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.05 |
| HSL | 222.56º | 0.78% | 0.78% | - |
| HSV(B) | 222.56º | 0.35% | 0.95% | - |
| XYZ | 46.81 | 47.1 | 91.42 | - |
| YUV | 181.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 243 | 0.35 | 0.25 | 0 | 0.05 | 222.56 | 0.78 | 0.78 |
| Hex | 9D | B6 | F3 | 23 | 19 | 0 | 5 | DF | 4E | 4E |
| Octal | 235 | 266 | 363 | 43 | 31 | 0 | 5 | 337 | 116 | 116 |
| Binary | 10011101 | 10110110 | 11110011 | 100011 | 11001 | 0 | 101 | 11011111 | 1001110 | 1001110 |
Color Harmonies of #9DB6F3
Complementary color
Monochromatic Colors of #9DB6F3
Black with #9DB6F3
Text Example
Text Example
White with #9DB6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB6F3; }
p { color: rgb(157,182,243); }
H1.HeaderClassName
{
color: #9DB6F3;
}
.AnyTagClassName
{
color: #9DB6F3;
}
</style>
background-color css
<style>
a { background-color: #9DB6F3; }
a { background-color: rgb(157,182,243); }
div.DivClassName
{
background-color: #9DB6F3;
}
.BgClassName
{
background-color: #9DB6F3;
}
</style>
border-color css
<style>
span { border-color: #9DB6F3; }
span { border-color: rgb(157,182,243); }
td.TdClassName
{
border-color: #9DB6F3;
}
.TagClassName
{
border-color: #9DB6F3;
}
</style>