Shades of Perano #99AFE2
Tints of Perano #99AFE2
RGB
CMYK
RGB Variations
Color information
#99AFE2 (or 0x99AFE2) is known color: Perano. HEX triplet: 99, AF and E2. RGB value is (153,175,226). Sum of RGB (Red+Green+Blue) = 153+175+226=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 226 - color contains mainly: blue. Hex color #99AFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFE2 is #66501D. Grayscale: #AEAEAE. Windows color (decimal): -6705182 or 14856089. OLE color: 14856089.
HSL color Cylindrical-coordinate representation of color #99AFE2: hue angle of 221.92º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99AFE2 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 175 | 226 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.11 |
| HSL | 221.92º | 0.56% | 0.74% | - |
| HSV(B) | 221.92º | 0.32% | 0.89% | - |
| XYZ | 42.19 | 42.92 | 78.01 | - |
| YUV | 174.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 226 | 0.32 | 0.23 | 0 | 0.11 | 221.92 | 0.56 | 0.74 |
| Hex | 99 | AF | E2 | 20 | 17 | 0 | B | DE | 38 | 4A |
| Octal | 231 | 257 | 342 | 40 | 27 | 0 | 13 | 336 | 70 | 112 |
| Binary | 10011001 | 10101111 | 11100010 | 100000 | 10111 | 0 | 1011 | 11011110 | 111000 | 1001010 |
Color Harmonies of #99AFE2
Complementary color
Monochromatic Colors of #99AFE2
Black with #99AFE2
Text Example
Text Example
White with #99AFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFE2; }
p { color: rgb(153,175,226); }
H1.HeaderClassName
{
color: #99AFE2;
}
.AnyTagClassName
{
color: #99AFE2;
}
</style>
background-color css
<style>
a { background-color: #99AFE2; }
a { background-color: rgb(153,175,226); }
div.DivClassName
{
background-color: #99AFE2;
}
.BgClassName
{
background-color: #99AFE2;
}
</style>
border-color css
<style>
span { border-color: #99AFE2; }
span { border-color: rgb(153,175,226); }
td.TdClassName
{
border-color: #99AFE2;
}
.TagClassName
{
border-color: #99AFE2;
}
</style>