Shades of Perano #97B8FB
Tints of Perano #97B8FB
RGB
CMYK
RGB Variations
Color information
#97B8FB (or 0x97B8FB) is known color: Perano. HEX triplet: 97, B8 and FB. RGB value is (151,184,251). Sum of RGB (Red+Green+Blue) = 151+184+251=586 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.77% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #97B8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B8FB is #684704. Grayscale: #B5B5B5. Windows color (decimal): -6833925 or 16496791. OLE color: 16496791.
HSL color Cylindrical-coordinate representation of color #97B8FB: hue angle of 220.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97B8FB is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 184 | 251 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.02 |
| HSL | 220.2º | 0.93% | 0.79% | - |
| HSV(B) | 220.2º | 0.4% | 0.98% | - |
| XYZ | 47.32 | 47.83 | 98 | - |
| YUV | 181.77 | 167.07 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 251 | 0.40 | 0.27 | 0 | 0.02 | 220.2 | 0.93 | 0.79 |
| Hex | 97 | B8 | FB | 28 | 1B | 0 | 2 | DC | 5D | 4F |
| Octal | 227 | 270 | 373 | 50 | 33 | 0 | 2 | 334 | 135 | 117 |
| Binary | 10010111 | 10111000 | 11111011 | 101000 | 11011 | 0 | 10 | 11011100 | 1011101 | 1001111 |
Color Harmonies of #97B8FB
Complementary color
Monochromatic Colors of #97B8FB
Black with #97B8FB
Text Example
Text Example
White with #97B8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B8FB; }
p { color: rgb(151,184,251); }
H1.HeaderClassName
{
color: #97B8FB;
}
.AnyTagClassName
{
color: #97B8FB;
}
</style>
background-color css
<style>
a { background-color: #97B8FB; }
a { background-color: rgb(151,184,251); }
div.DivClassName
{
background-color: #97B8FB;
}
.BgClassName
{
background-color: #97B8FB;
}
</style>
border-color css
<style>
span { border-color: #97B8FB; }
span { border-color: rgb(151,184,251); }
td.TdClassName
{
border-color: #97B8FB;
}
.TagClassName
{
border-color: #97B8FB;
}
</style>