Shades of Perano #9FBDEF
Tints of Perano #9FBDEF
RGB
CMYK
RGB Variations
Color information
#9FBDEF (or 0x9FBDEF) is known color: Perano. HEX triplet: 9F, BD and EF. RGB value is (159,189,239). Sum of RGB (Red+Green+Blue) = 159+189+239=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDEF is #604210. Grayscale: #B9B9B9. Windows color (decimal): -6308369 or 15711647. OLE color: 15711647.
HSL color Cylindrical-coordinate representation of color #9FBDEF: hue angle of 217.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBDEF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 189 | 239 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.06 |
| HSL | 217.5º | 0.71% | 0.78% | - |
| HSV(B) | 217.5º | 0.33% | 0.94% | - |
| XYZ | 48.08 | 50 | 88.78 | - |
| YUV | 185.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 239 | 0.33 | 0.21 | 0 | 0.06 | 217.5 | 0.71 | 0.78 |
| Hex | 9F | BD | EF | 21 | 15 | 0 | 6 | DA | 47 | 4E |
| Octal | 237 | 275 | 357 | 41 | 25 | 0 | 6 | 332 | 107 | 116 |
| Binary | 10011111 | 10111101 | 11101111 | 100001 | 10101 | 0 | 110 | 11011010 | 1000111 | 1001110 |
Color Harmonies of #9FBDEF
Complementary color
Monochromatic Colors of #9FBDEF
Black with #9FBDEF
Text Example
Text Example
White with #9FBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDEF; }
p { color: rgb(159,189,239); }
H1.HeaderClassName
{
color: #9FBDEF;
}
.AnyTagClassName
{
color: #9FBDEF;
}
</style>
background-color css
<style>
a { background-color: #9FBDEF; }
a { background-color: rgb(159,189,239); }
div.DivClassName
{
background-color: #9FBDEF;
}
.BgClassName
{
background-color: #9FBDEF;
}
</style>
border-color css
<style>
span { border-color: #9FBDEF; }
span { border-color: rgb(159,189,239); }
td.TdClassName
{
border-color: #9FBDEF;
}
.TagClassName
{
border-color: #9FBDEF;
}
</style>