Shades of Perano #9FBAEE
Tints of Perano #9FBAEE
RGB
CMYK
RGB Variations
Color information
#9FBAEE (or 0x9FBAEE) is known color: Perano. HEX triplet: 9F, BA and EE. RGB value is (159,186,238). Sum of RGB (Red+Green+Blue) = 159+186+238=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FBAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAEE is #604511. Grayscale: #B7B7B7. Windows color (decimal): -6309138 or 15645343. OLE color: 15645343.
HSL color Cylindrical-coordinate representation of color #9FBAEE: hue angle of 219.49º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBAEE is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 186 | 238 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.07 |
| HSL | 219.49º | 0.7% | 0.78% | - |
| HSV(B) | 219.49º | 0.33% | 0.93% | - |
| XYZ | 47.29 | 48.66 | 87.79 | - |
| YUV | 183.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 238 | 0.33 | 0.22 | 0 | 0.07 | 219.49 | 0.7 | 0.78 |
| Hex | 9F | BA | EE | 21 | 16 | 0 | 7 | DB | 46 | 4E |
| Octal | 237 | 272 | 356 | 41 | 26 | 0 | 7 | 333 | 106 | 116 |
| Binary | 10011111 | 10111010 | 11101110 | 100001 | 10110 | 0 | 111 | 11011011 | 1000110 | 1001110 |
Color Harmonies of #9FBAEE
Complementary color
Monochromatic Colors of #9FBAEE
Black with #9FBAEE
Text Example
Text Example
White with #9FBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAEE; }
p { color: rgb(159,186,238); }
H1.HeaderClassName
{
color: #9FBAEE;
}
.AnyTagClassName
{
color: #9FBAEE;
}
</style>
background-color css
<style>
a { background-color: #9FBAEE; }
a { background-color: rgb(159,186,238); }
div.DivClassName
{
background-color: #9FBAEE;
}
.BgClassName
{
background-color: #9FBAEE;
}
</style>
border-color css
<style>
span { border-color: #9FBAEE; }
span { border-color: rgb(159,186,238); }
td.TdClassName
{
border-color: #9FBAEE;
}
.TagClassName
{
border-color: #9FBAEE;
}
</style>