Shades of Perano #97B1EA
Tints of Perano #97B1EA
RGB
CMYK
RGB Variations
Color information
#97B1EA (or 0x97B1EA) is known color: Perano. HEX triplet: 97, B1 and EA. RGB value is (151,177,234). Sum of RGB (Red+Green+Blue) = 151+177+234=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #97B1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97B1EA is #684E15. Grayscale: #AFAFAF. Windows color (decimal): -6835734 or 15380887. OLE color: 15380887.
HSL color Cylindrical-coordinate representation of color #97B1EA: hue angle of 221.2º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97B1EA is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 177 | 234 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.08 |
| HSL | 221.2º | 0.66% | 0.75% | - |
| HSV(B) | 221.2º | 0.35% | 0.92% | - |
| XYZ | 43.34 | 43.96 | 84.04 | - |
| YUV | 175.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 177 | 234 | 0.35 | 0.24 | 0 | 0.08 | 221.2 | 0.66 | 0.75 |
| Hex | 97 | B1 | EA | 23 | 18 | 0 | 8 | DD | 42 | 4B |
| Octal | 227 | 261 | 352 | 43 | 30 | 0 | 10 | 335 | 102 | 113 |
| Binary | 10010111 | 10110001 | 11101010 | 100011 | 11000 | 0 | 1000 | 11011101 | 1000010 | 1001011 |
Color Harmonies of #97B1EA
Complementary color
Monochromatic Colors of #97B1EA
Black with #97B1EA
Text Example
Text Example
White with #97B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B1EA; }
p { color: rgb(151,177,234); }
H1.HeaderClassName
{
color: #97B1EA;
}
.AnyTagClassName
{
color: #97B1EA;
}
</style>
background-color css
<style>
a { background-color: #97B1EA; }
a { background-color: rgb(151,177,234); }
div.DivClassName
{
background-color: #97B1EA;
}
.BgClassName
{
background-color: #97B1EA;
}
</style>
border-color css
<style>
span { border-color: #97B1EA; }
span { border-color: rgb(151,177,234); }
td.TdClassName
{
border-color: #97B1EA;
}
.TagClassName
{
border-color: #97B1EA;
}
</style>