Shades of Perano #97B0EF
Tints of Perano #97B0EF
RGB
CMYK
RGB Variations
Color information
#97B0EF (or 0x97B0EF) is known color: Perano. HEX triplet: 97, B0 and EF. RGB value is (151,176,239). Sum of RGB (Red+Green+Blue) = 151+176+239=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #97B0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97B0EF is #684F10. Grayscale: #AFAFAF. Windows color (decimal): -6835985 or 15708311. OLE color: 15708311.
HSL color Cylindrical-coordinate representation of color #97B0EF: hue angle of 222.95º 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 #97B0EF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 176 | 239 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.06 |
| HSL | 222.95º | 0.73% | 0.76% | - |
| HSV(B) | 222.95º | 0.37% | 0.94% | - |
| XYZ | 43.87 | 43.86 | 87.82 | - |
| YUV | 175.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 176 | 239 | 0.37 | 0.26 | 0 | 0.06 | 222.95 | 0.73 | 0.76 |
| Hex | 97 | B0 | EF | 25 | 1A | 0 | 6 | DF | 49 | 4C |
| Octal | 227 | 260 | 357 | 45 | 32 | 0 | 6 | 337 | 111 | 114 |
| Binary | 10010111 | 10110000 | 11101111 | 100101 | 11010 | 0 | 110 | 11011111 | 1001001 | 1001100 |
Color Harmonies of #97B0EF
Complementary color
Monochromatic Colors of #97B0EF
Black with #97B0EF
Text Example
Text Example
White with #97B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B0EF; }
p { color: rgb(151,176,239); }
H1.HeaderClassName
{
color: #97B0EF;
}
.AnyTagClassName
{
color: #97B0EF;
}
</style>
background-color css
<style>
a { background-color: #97B0EF; }
a { background-color: rgb(151,176,239); }
div.DivClassName
{
background-color: #97B0EF;
}
.BgClassName
{
background-color: #97B0EF;
}
</style>
border-color css
<style>
span { border-color: #97B0EF; }
span { border-color: rgb(151,176,239); }
td.TdClassName
{
border-color: #97B0EF;
}
.TagClassName
{
border-color: #97B0EF;
}
</style>