Shades of Perano #99AEE6
Tints of Perano #99AEE6
RGB
CMYK
RGB Variations
Color information
#99AEE6 (or 0x99AEE6) is known color: Perano. HEX triplet: 99, AE and E6. RGB value is (153,174,230). Sum of RGB (Red+Green+Blue) = 153+174+230=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #99AEE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AEE6 is #665119. Grayscale: #ADADAD. Windows color (decimal): -6705434 or 15117977. OLE color: 15117977.
HSL color Cylindrical-coordinate representation of color #99AEE6: hue angle of 223.64º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99AEE6 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 174 | 230 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.10 |
| HSL | 223.64º | 0.61% | 0.75% | - |
| HSV(B) | 223.64º | 0.33% | 0.9% | - |
| XYZ | 42.56 | 42.76 | 80.87 | - |
| YUV | 174.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 230 | 0.33 | 0.24 | 0 | 0.10 | 223.64 | 0.61 | 0.75 |
| Hex | 99 | AE | E6 | 21 | 18 | 0 | A | E0 | 3D | 4B |
| Octal | 231 | 256 | 346 | 41 | 30 | 0 | 12 | 340 | 75 | 113 |
| Binary | 10011001 | 10101110 | 11100110 | 100001 | 11000 | 0 | 1010 | 11100000 | 111101 | 1001011 |
Color Harmonies of #99AEE6
Complementary color
Monochromatic Colors of #99AEE6
Black with #99AEE6
Text Example
Text Example
White with #99AEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEE6; }
p { color: rgb(153,174,230); }
H1.HeaderClassName
{
color: #99AEE6;
}
.AnyTagClassName
{
color: #99AEE6;
}
</style>
background-color css
<style>
a { background-color: #99AEE6; }
a { background-color: rgb(153,174,230); }
div.DivClassName
{
background-color: #99AEE6;
}
.BgClassName
{
background-color: #99AEE6;
}
</style>
border-color css
<style>
span { border-color: #99AEE6; }
span { border-color: rgb(153,174,230); }
td.TdClassName
{
border-color: #99AEE6;
}
.TagClassName
{
border-color: #99AEE6;
}
</style>