Shades of Perano #97B0F9
Tints of Perano #97B0F9
RGB
CMYK
RGB Variations
Color information
#97B0F9 (or 0x97B0F9) is known color: Perano. HEX triplet: 97, B0 and F9. RGB value is (151,176,249). Sum of RGB (Red+Green+Blue) = 151+176+249=576 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.22% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #97B0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97B0F9 is #684F06. Grayscale: #B0B0B0. Windows color (decimal): -6835975 or 16363671. OLE color: 16363671.
HSL color Cylindrical-coordinate representation of color #97B0F9: hue angle of 224.69º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97B0F9 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 176 | 249 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.02 |
| HSL | 224.69º | 0.89% | 0.78% | - |
| HSV(B) | 224.69º | 0.39% | 0.98% | - |
| XYZ | 45.39 | 44.47 | 95.81 | - |
| YUV | 176.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 176 | 249 | 0.39 | 0.29 | 0 | 0.02 | 224.69 | 0.89 | 0.78 |
| Hex | 97 | B0 | F9 | 27 | 1D | 0 | 2 | E1 | 59 | 4E |
| Octal | 227 | 260 | 371 | 47 | 35 | 0 | 2 | 341 | 131 | 116 |
| Binary | 10010111 | 10110000 | 11111001 | 100111 | 11101 | 0 | 10 | 11100001 | 1011001 | 1001110 |
Color Harmonies of #97B0F9
Complementary color
Monochromatic Colors of #97B0F9
Black with #97B0F9
Text Example
Text Example
White with #97B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B0F9; }
p { color: rgb(151,176,249); }
H1.HeaderClassName
{
color: #97B0F9;
}
.AnyTagClassName
{
color: #97B0F9;
}
</style>
background-color css
<style>
a { background-color: #97B0F9; }
a { background-color: rgb(151,176,249); }
div.DivClassName
{
background-color: #97B0F9;
}
.BgClassName
{
background-color: #97B0F9;
}
</style>
border-color css
<style>
span { border-color: #97B0F9; }
span { border-color: rgb(151,176,249); }
td.TdClassName
{
border-color: #97B0F9;
}
.TagClassName
{
border-color: #97B0F9;
}
</style>