Shades of Perano #96B8FE
Tints of Perano #96B8FE
RGB
CMYK
RGB Variations
Color information
#96B8FE (or 0x96B8FE) is known color: Perano. HEX triplet: 96, B8 and FE. RGB value is (150,184,254). Sum of RGB (Red+Green+Blue) = 150+184+254=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #96B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B8FE is #694701. Grayscale: #B5B5B5. Windows color (decimal): -6899458 or 16693398. OLE color: 16693398.
HSL color Cylindrical-coordinate representation of color #96B8FE: hue angle of 220.38º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B8FE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 184 | 254 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.00 |
| HSL | 220.38º | 0.98% | 0.79% | - |
| HSV(B) | 220.38º | 0.41% | 1% | - |
| XYZ | 47.61 | 47.92 | 100.51 | - |
| YUV | 181.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 254 | 0.41 | 0.28 | 0 | 0.00 | 220.38 | 0.98 | 0.79 |
| Hex | 96 | B8 | FE | 29 | 1C | 0 | 0 | DC | 62 | 4F |
| Octal | 226 | 270 | 376 | 51 | 34 | 0 | 0 | 334 | 142 | 117 |
| Binary | 10010110 | 10111000 | 11111110 | 101001 | 11100 | 0 | 0 | 11011100 | 1100010 | 1001111 |
Color Harmonies of #96B8FE
Complementary color
Monochromatic Colors of #96B8FE
Black with #96B8FE
Text Example
Text Example
White with #96B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B8FE; }
p { color: rgb(150,184,254); }
H1.HeaderClassName
{
color: #96B8FE;
}
.AnyTagClassName
{
color: #96B8FE;
}
</style>
background-color css
<style>
a { background-color: #96B8FE; }
a { background-color: rgb(150,184,254); }
div.DivClassName
{
background-color: #96B8FE;
}
.BgClassName
{
background-color: #96B8FE;
}
</style>
border-color css
<style>
span { border-color: #96B8FE; }
span { border-color: rgb(150,184,254); }
td.TdClassName
{
border-color: #96B8FE;
}
.TagClassName
{
border-color: #96B8FE;
}
</style>