Shades of Perano #99AFE6
Tints of Perano #99AFE6
RGB
CMYK
RGB Variations
Color information
#99AFE6 (or 0x99AFE6) is known color: Perano. HEX triplet: 99, AF and E6. RGB value is (153,175,230). Sum of RGB (Red+Green+Blue) = 153+175+230=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #99AFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFE6 is #665019. Grayscale: #AEAEAE. Windows color (decimal): -6705178 or 15118233. OLE color: 15118233.
HSL color Cylindrical-coordinate representation of color #99AFE6: hue angle of 222.86º 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 #99AFE6 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 175 | 230 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.10 |
| HSL | 222.86º | 0.61% | 0.75% | - |
| HSV(B) | 222.86º | 0.33% | 0.9% | - |
| XYZ | 42.75 | 43.15 | 80.94 | - |
| YUV | 174.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 230 | 0.33 | 0.24 | 0 | 0.10 | 222.86 | 0.61 | 0.75 |
| Hex | 99 | AF | E6 | 21 | 18 | 0 | A | DF | 3D | 4B |
| Octal | 231 | 257 | 346 | 41 | 30 | 0 | 12 | 337 | 75 | 113 |
| Binary | 10011001 | 10101111 | 11100110 | 100001 | 11000 | 0 | 1010 | 11011111 | 111101 | 1001011 |
Color Harmonies of #99AFE6
Complementary color
Monochromatic Colors of #99AFE6
Black with #99AFE6
Text Example
Text Example
White with #99AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFE6; }
p { color: rgb(153,175,230); }
H1.HeaderClassName
{
color: #99AFE6;
}
.AnyTagClassName
{
color: #99AFE6;
}
</style>
background-color css
<style>
a { background-color: #99AFE6; }
a { background-color: rgb(153,175,230); }
div.DivClassName
{
background-color: #99AFE6;
}
.BgClassName
{
background-color: #99AFE6;
}
</style>
border-color css
<style>
span { border-color: #99AFE6; }
span { border-color: rgb(153,175,230); }
td.TdClassName
{
border-color: #99AFE6;
}
.TagClassName
{
border-color: #99AFE6;
}
</style>