Shades of Perano #96AFE8
Tints of Perano #96AFE8
RGB
CMYK
RGB Variations
Color information
#96AFE8 (or 0x96AFE8) is known color: Perano. HEX triplet: 96, AF and E8. RGB value is (150,175,232). Sum of RGB (Red+Green+Blue) = 150+175+232=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #96AFE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AFE8 is #695017. Grayscale: #ADADAD. Windows color (decimal): -6901784 or 15249302. OLE color: 15249302.
HSL color Cylindrical-coordinate representation of color #96AFE8: hue angle of 221.71º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96AFE8 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 175 | 232 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.09 |
| HSL | 221.71º | 0.64% | 0.75% | - |
| HSV(B) | 221.71º | 0.35% | 0.91% | - |
| XYZ | 42.47 | 42.97 | 82.4 | - |
| YUV | 174.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 232 | 0.35 | 0.25 | 0 | 0.09 | 221.71 | 0.64 | 0.75 |
| Hex | 96 | AF | E8 | 23 | 19 | 0 | 9 | DE | 40 | 4B |
| Octal | 226 | 257 | 350 | 43 | 31 | 0 | 11 | 336 | 100 | 113 |
| Binary | 10010110 | 10101111 | 11101000 | 100011 | 11001 | 0 | 1001 | 11011110 | 1000000 | 1001011 |
Color Harmonies of #96AFE8
Complementary color
Monochromatic Colors of #96AFE8
Black with #96AFE8
Text Example
Text Example
White with #96AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFE8; }
p { color: rgb(150,175,232); }
H1.HeaderClassName
{
color: #96AFE8;
}
.AnyTagClassName
{
color: #96AFE8;
}
</style>
background-color css
<style>
a { background-color: #96AFE8; }
a { background-color: rgb(150,175,232); }
div.DivClassName
{
background-color: #96AFE8;
}
.BgClassName
{
background-color: #96AFE8;
}
</style>
border-color css
<style>
span { border-color: #96AFE8; }
span { border-color: rgb(150,175,232); }
td.TdClassName
{
border-color: #96AFE8;
}
.TagClassName
{
border-color: #96AFE8;
}
</style>