Shades of Perano #97B9EF
Tints of Perano #97B9EF
RGB
CMYK
RGB Variations
Color information
#97B9EF (or 0x97B9EF) is known color: Perano. HEX triplet: 97, B9 and EF. RGB value is (151,185,239). Sum of RGB (Red+Green+Blue) = 151+185+239=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #97B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B9EF is #684610. Grayscale: #B4B4B4. Windows color (decimal): -6833681 or 15710615. OLE color: 15710615.
HSL color Cylindrical-coordinate representation of color #97B9EF: hue angle of 216.82º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97B9EF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 185 | 239 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.06 |
| HSL | 216.82º | 0.73% | 0.76% | - |
| HSV(B) | 216.82º | 0.37% | 0.94% | - |
| XYZ | 45.69 | 47.51 | 88.42 | - |
| YUV | 180.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 185 | 239 | 0.37 | 0.23 | 0 | 0.06 | 216.82 | 0.73 | 0.76 |
| Hex | 97 | B9 | EF | 25 | 17 | 0 | 6 | D9 | 49 | 4C |
| Octal | 227 | 271 | 357 | 45 | 27 | 0 | 6 | 331 | 111 | 114 |
| Binary | 10010111 | 10111001 | 11101111 | 100101 | 10111 | 0 | 110 | 11011001 | 1001001 | 1001100 |
Color Harmonies of #97B9EF
Complementary color
Monochromatic Colors of #97B9EF
Black with #97B9EF
Text Example
Text Example
White with #97B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B9EF; }
p { color: rgb(151,185,239); }
H1.HeaderClassName
{
color: #97B9EF;
}
.AnyTagClassName
{
color: #97B9EF;
}
</style>
background-color css
<style>
a { background-color: #97B9EF; }
a { background-color: rgb(151,185,239); }
div.DivClassName
{
background-color: #97B9EF;
}
.BgClassName
{
background-color: #97B9EF;
}
</style>
border-color css
<style>
span { border-color: #97B9EF; }
span { border-color: rgb(151,185,239); }
td.TdClassName
{
border-color: #97B9EF;
}
.TagClassName
{
border-color: #97B9EF;
}
</style>