Shades of Perano #99AFE3
Tints of Perano #99AFE3
RGB
CMYK
RGB Variations
Color information
#99AFE3 (or 0x99AFE3) is known color: Perano. HEX triplet: 99, AF and E3. RGB value is (153,175,227). Sum of RGB (Red+Green+Blue) = 153+175+227=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #99AFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFE3 is #66501C. Grayscale: #AEAEAE. Windows color (decimal): -6705181 or 14921625. OLE color: 14921625.
HSL color Cylindrical-coordinate representation of color #99AFE3: hue angle of 222.16º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99AFE3 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 175 | 227 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.11 |
| HSL | 222.16º | 0.57% | 0.75% | - |
| HSV(B) | 222.16º | 0.33% | 0.89% | - |
| XYZ | 42.33 | 42.98 | 78.74 | - |
| YUV | 174.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 227 | 0.33 | 0.23 | 0 | 0.11 | 222.16 | 0.57 | 0.75 |
| Hex | 99 | AF | E3 | 21 | 17 | 0 | B | DE | 39 | 4B |
| Octal | 231 | 257 | 343 | 41 | 27 | 0 | 13 | 336 | 71 | 113 |
| Binary | 10011001 | 10101111 | 11100011 | 100001 | 10111 | 0 | 1011 | 11011110 | 111001 | 1001011 |
Color Harmonies of #99AFE3
Complementary color
Monochromatic Colors of #99AFE3
Black with #99AFE3
Text Example
Text Example
White with #99AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFE3; }
p { color: rgb(153,175,227); }
H1.HeaderClassName
{
color: #99AFE3;
}
.AnyTagClassName
{
color: #99AFE3;
}
</style>
background-color css
<style>
a { background-color: #99AFE3; }
a { background-color: rgb(153,175,227); }
div.DivClassName
{
background-color: #99AFE3;
}
.BgClassName
{
background-color: #99AFE3;
}
</style>
border-color css
<style>
span { border-color: #99AFE3; }
span { border-color: rgb(153,175,227); }
td.TdClassName
{
border-color: #99AFE3;
}
.TagClassName
{
border-color: #99AFE3;
}
</style>