Shades of Perano #9BAFE8
Tints of Perano #9BAFE8
RGB
CMYK
RGB Variations
Color information
#9BAFE8 (or 0x9BAFE8) is known color: Perano. HEX triplet: 9B, AF and E8. RGB value is (155,175,232). Sum of RGB (Red+Green+Blue) = 155+175+232=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #9BAFE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAFE8 is #645017. Grayscale: #AFAFAF. Windows color (decimal): -6574104 or 15249307. OLE color: 15249307.
HSL color Cylindrical-coordinate representation of color #9BAFE8: hue angle of 224.42º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BAFE8 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 175 | 232 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.09 |
| HSL | 224.42º | 0.63% | 0.76% | - |
| HSV(B) | 224.42º | 0.33% | 0.91% | - |
| XYZ | 43.41 | 43.45 | 82.44 | - |
| YUV | 175.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 232 | 0.33 | 0.25 | 0 | 0.09 | 224.42 | 0.63 | 0.76 |
| Hex | 9B | AF | E8 | 21 | 19 | 0 | 9 | E0 | 3F | 4C |
| Octal | 233 | 257 | 350 | 41 | 31 | 0 | 11 | 340 | 77 | 114 |
| Binary | 10011011 | 10101111 | 11101000 | 100001 | 11001 | 0 | 1001 | 11100000 | 111111 | 1001100 |
Color Harmonies of #9BAFE8
Complementary color
Monochromatic Colors of #9BAFE8
Black with #9BAFE8
Text Example
Text Example
White with #9BAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFE8; }
p { color: rgb(155,175,232); }
H1.HeaderClassName
{
color: #9BAFE8;
}
.AnyTagClassName
{
color: #9BAFE8;
}
</style>
background-color css
<style>
a { background-color: #9BAFE8; }
a { background-color: rgb(155,175,232); }
div.DivClassName
{
background-color: #9BAFE8;
}
.BgClassName
{
background-color: #9BAFE8;
}
</style>
border-color css
<style>
span { border-color: #9BAFE8; }
span { border-color: rgb(155,175,232); }
td.TdClassName
{
border-color: #9BAFE8;
}
.TagClassName
{
border-color: #9BAFE8;
}
</style>