Shades of Perano #97B8EA
Tints of Perano #97B8EA
RGB
CMYK
RGB Variations
Color information
#97B8EA (or 0x97B8EA) is known color: Perano. HEX triplet: 97, B8 and EA. RGB value is (151,184,234). Sum of RGB (Red+Green+Blue) = 151+184+234=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #97B8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B8EA is #684715. Grayscale: #B3B3B3. Windows color (decimal): -6833942 or 15382679. OLE color: 15382679.
HSL color Cylindrical-coordinate representation of color #97B8EA: hue angle of 216.14º 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 #97B8EA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 184 | 234 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.08 |
| HSL | 216.14º | 0.66% | 0.75% | - |
| HSV(B) | 216.14º | 0.35% | 0.92% | - |
| XYZ | 44.75 | 46.8 | 84.52 | - |
| YUV | 179.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 234 | 0.35 | 0.21 | 0 | 0.08 | 216.14 | 0.66 | 0.75 |
| Hex | 97 | B8 | EA | 23 | 15 | 0 | 8 | D8 | 42 | 4B |
| Octal | 227 | 270 | 352 | 43 | 25 | 0 | 10 | 330 | 102 | 113 |
| Binary | 10010111 | 10111000 | 11101010 | 100011 | 10101 | 0 | 1000 | 11011000 | 1000010 | 1001011 |
Color Harmonies of #97B8EA
Complementary color
Monochromatic Colors of #97B8EA
Black with #97B8EA
Text Example
Text Example
White with #97B8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B8EA; }
p { color: rgb(151,184,234); }
H1.HeaderClassName
{
color: #97B8EA;
}
.AnyTagClassName
{
color: #97B8EA;
}
</style>
background-color css
<style>
a { background-color: #97B8EA; }
a { background-color: rgb(151,184,234); }
div.DivClassName
{
background-color: #97B8EA;
}
.BgClassName
{
background-color: #97B8EA;
}
</style>
border-color css
<style>
span { border-color: #97B8EA; }
span { border-color: rgb(151,184,234); }
td.TdClassName
{
border-color: #97B8EA;
}
.TagClassName
{
border-color: #97B8EA;
}
</style>