Shades of Perano #97AEEA
Tints of Perano #97AEEA
RGB
CMYK
RGB Variations
Color information
#97AEEA (or 0x97AEEA) is known color: Perano. HEX triplet: 97, AE and EA. RGB value is (151,174,234). Sum of RGB (Red+Green+Blue) = 151+174+234=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #97AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97AEEA is #685115. Grayscale: #ADADAD. Windows color (decimal): -6836502 or 15380119. OLE color: 15380119.
HSL color Cylindrical-coordinate representation of color #97AEEA: hue angle of 223.37º 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 #97AEEA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 174 | 234 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.08 |
| HSL | 223.37º | 0.66% | 0.75% | - |
| HSV(B) | 223.37º | 0.35% | 0.92% | - |
| XYZ | 42.75 | 42.79 | 83.85 | - |
| YUV | 173.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 174 | 234 | 0.35 | 0.26 | 0 | 0.08 | 223.37 | 0.66 | 0.75 |
| Hex | 97 | AE | EA | 23 | 1A | 0 | 8 | DF | 42 | 4B |
| Octal | 227 | 256 | 352 | 43 | 32 | 0 | 10 | 337 | 102 | 113 |
| Binary | 10010111 | 10101110 | 11101010 | 100011 | 11010 | 0 | 1000 | 11011111 | 1000010 | 1001011 |
Color Harmonies of #97AEEA
Complementary color
Monochromatic Colors of #97AEEA
Black with #97AEEA
Text Example
Text Example
White with #97AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AEEA; }
p { color: rgb(151,174,234); }
H1.HeaderClassName
{
color: #97AEEA;
}
.AnyTagClassName
{
color: #97AEEA;
}
</style>
background-color css
<style>
a { background-color: #97AEEA; }
a { background-color: rgb(151,174,234); }
div.DivClassName
{
background-color: #97AEEA;
}
.BgClassName
{
background-color: #97AEEA;
}
</style>
border-color css
<style>
span { border-color: #97AEEA; }
span { border-color: rgb(151,174,234); }
td.TdClassName
{
border-color: #97AEEA;
}
.TagClassName
{
border-color: #97AEEA;
}
</style>