Shades of Perano #99A8EF
Tints of Perano #99A8EF
RGB
CMYK
RGB Variations
Color information
#99A8EF (or 0x99A8EF) is known color: Perano. HEX triplet: 99, A8 and EF. RGB value is (153,168,239). Sum of RGB (Red+Green+Blue) = 153+168+239=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #99A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A8EF is #665710. Grayscale: #ABABAB. Windows color (decimal): -6706961 or 15706265. OLE color: 15706265.
HSL color Cylindrical-coordinate representation of color #99A8EF: hue angle of 229.53º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A8EF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 168 | 239 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.06 |
| HSL | 229.53º | 0.73% | 0.77% | - |
| HSV(B) | 229.53º | 0.36% | 0.94% | - |
| XYZ | 42.72 | 41.01 | 87.33 | - |
| YUV | 171.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 239 | 0.36 | 0.30 | 0 | 0.06 | 229.53 | 0.73 | 0.77 |
| Hex | 99 | A8 | EF | 24 | 1E | 0 | 6 | E6 | 49 | 4D |
| Octal | 231 | 250 | 357 | 44 | 36 | 0 | 6 | 346 | 111 | 115 |
| Binary | 10011001 | 10101000 | 11101111 | 100100 | 11110 | 0 | 110 | 11100110 | 1001001 | 1001101 |
Color Harmonies of #99A8EF
Complementary color
Monochromatic Colors of #99A8EF
Black with #99A8EF
Text Example
Text Example
White with #99A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8EF; }
p { color: rgb(153,168,239); }
H1.HeaderClassName
{
color: #99A8EF;
}
.AnyTagClassName
{
color: #99A8EF;
}
</style>
background-color css
<style>
a { background-color: #99A8EF; }
a { background-color: rgb(153,168,239); }
div.DivClassName
{
background-color: #99A8EF;
}
.BgClassName
{
background-color: #99A8EF;
}
</style>
border-color css
<style>
span { border-color: #99A8EF; }
span { border-color: rgb(153,168,239); }
td.TdClassName
{
border-color: #99A8EF;
}
.TagClassName
{
border-color: #99A8EF;
}
</style>