Shades of Perano #9BB8FE
Tints of Perano #9BB8FE
RGB
CMYK
RGB Variations
Color information
#9BB8FE (or 0x9BB8FE) is known color: Perano. HEX triplet: 9B, B8 and FE. RGB value is (155,184,254). Sum of RGB (Red+Green+Blue) = 155+184+254=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BB8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB8FE is #644701. Grayscale: #B7B7B7. Windows color (decimal): -6571778 or 16693403. OLE color: 16693403.
HSL color Cylindrical-coordinate representation of color #9BB8FE: hue angle of 222.42º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB8FE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 184 | 254 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.00 |
| HSL | 222.42º | 0.98% | 0.8% | - |
| HSV(B) | 222.42º | 0.39% | 1% | - |
| XYZ | 48.55 | 48.41 | 100.55 | - |
| YUV | 183.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 254 | 0.39 | 0.28 | 0 | 0.00 | 222.42 | 0.98 | 0.8 |
| Hex | 9B | B8 | FE | 27 | 1C | 0 | 0 | DE | 62 | 50 |
| Octal | 233 | 270 | 376 | 47 | 34 | 0 | 0 | 336 | 142 | 120 |
| Binary | 10011011 | 10111000 | 11111110 | 100111 | 11100 | 0 | 0 | 11011110 | 1100010 | 1010000 |
Color Harmonies of #9BB8FE
Complementary color
Monochromatic Colors of #9BB8FE
Black with #9BB8FE
Text Example
Text Example
White with #9BB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB8FE; }
p { color: rgb(155,184,254); }
H1.HeaderClassName
{
color: #9BB8FE;
}
.AnyTagClassName
{
color: #9BB8FE;
}
</style>
background-color css
<style>
a { background-color: #9BB8FE; }
a { background-color: rgb(155,184,254); }
div.DivClassName
{
background-color: #9BB8FE;
}
.BgClassName
{
background-color: #9BB8FE;
}
</style>
border-color css
<style>
span { border-color: #9BB8FE; }
span { border-color: rgb(155,184,254); }
td.TdClassName
{
border-color: #9BB8FE;
}
.TagClassName
{
border-color: #9BB8FE;
}
</style>