Shades of Perano #97ACE4
Tints of Perano #97ACE4
RGB
CMYK
RGB Variations
Color information
#97ACE4 (or 0x97ACE4) is known color: Perano. HEX triplet: 97, AC and E4. RGB value is (151,172,228). Sum of RGB (Red+Green+Blue) = 151+172+228=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #97ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACE4 is #68531B. Grayscale: #ABABAB. Windows color (decimal): -6837020 or 14986391. OLE color: 14986391.
HSL color Cylindrical-coordinate representation of color #97ACE4: hue angle of 223.64º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97ACE4 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 172 | 228 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.11 |
| HSL | 223.64º | 0.59% | 0.74% | - |
| HSV(B) | 223.64º | 0.34% | 0.89% | - |
| XYZ | 41.52 | 41.69 | 79.26 | - |
| YUV | 172.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 172 | 228 | 0.34 | 0.25 | 0 | 0.11 | 223.64 | 0.59 | 0.74 |
| Hex | 97 | AC | E4 | 22 | 19 | 0 | B | E0 | 3B | 4A |
| Octal | 227 | 254 | 344 | 42 | 31 | 0 | 13 | 340 | 73 | 112 |
| Binary | 10010111 | 10101100 | 11100100 | 100010 | 11001 | 0 | 1011 | 11100000 | 111011 | 1001010 |
Color Harmonies of #97ACE4
Complementary color
Monochromatic Colors of #97ACE4
Black with #97ACE4
Text Example
Text Example
White with #97ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ACE4; }
p { color: rgb(151,172,228); }
H1.HeaderClassName
{
color: #97ACE4;
}
.AnyTagClassName
{
color: #97ACE4;
}
</style>
background-color css
<style>
a { background-color: #97ACE4; }
a { background-color: rgb(151,172,228); }
div.DivClassName
{
background-color: #97ACE4;
}
.BgClassName
{
background-color: #97ACE4;
}
</style>
border-color css
<style>
span { border-color: #97ACE4; }
span { border-color: rgb(151,172,228); }
td.TdClassName
{
border-color: #97ACE4;
}
.TagClassName
{
border-color: #97ACE4;
}
</style>