Shades of Perano #99A8EE
Tints of Perano #99A8EE
RGB
CMYK
RGB Variations
Color information
#99A8EE (or 0x99A8EE) is known color: Perano. HEX triplet: 99, A8 and EE. RGB value is (153,168,238). Sum of RGB (Red+Green+Blue) = 153+168+238=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #99A8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99A8EE is #665711. Grayscale: #ABABAB. Windows color (decimal): -6706962 or 15640729. OLE color: 15640729.
HSL color Cylindrical-coordinate representation of color #99A8EE: hue angle of 229.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99A8EE is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 168 | 238 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.07 |
| HSL | 229.41º | 0.71% | 0.77% | - |
| HSV(B) | 229.41º | 0.36% | 0.93% | - |
| XYZ | 42.57 | 40.95 | 86.55 | - |
| YUV | 171.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 238 | 0.36 | 0.29 | 0 | 0.07 | 229.41 | 0.71 | 0.77 |
| Hex | 99 | A8 | EE | 24 | 1D | 0 | 7 | E5 | 47 | 4D |
| Octal | 231 | 250 | 356 | 44 | 35 | 0 | 7 | 345 | 107 | 115 |
| Binary | 10011001 | 10101000 | 11101110 | 100100 | 11101 | 0 | 111 | 11100101 | 1000111 | 1001101 |
Color Harmonies of #99A8EE
Complementary color
Monochromatic Colors of #99A8EE
Black with #99A8EE
Text Example
Text Example
White with #99A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8EE; }
p { color: rgb(153,168,238); }
H1.HeaderClassName
{
color: #99A8EE;
}
.AnyTagClassName
{
color: #99A8EE;
}
</style>
background-color css
<style>
a { background-color: #99A8EE; }
a { background-color: rgb(153,168,238); }
div.DivClassName
{
background-color: #99A8EE;
}
.BgClassName
{
background-color: #99A8EE;
}
</style>
border-color css
<style>
span { border-color: #99A8EE; }
span { border-color: rgb(153,168,238); }
td.TdClassName
{
border-color: #99A8EE;
}
.TagClassName
{
border-color: #99A8EE;
}
</style>