Shades of Perano #9AB9FF
Tints of Perano #9AB9FF
RGB
CMYK
RGB Variations
Color information
#9AB9FF (or 0x9AB9FF) is known color: Perano. HEX triplet: 9A, B9 and FF. RGB value is (154,185,255). Sum of RGB (Red+Green+Blue) = 154+185+255=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB9FF is #654600. Grayscale: #B7B7B7. Windows color (decimal): -6637057 or 16759194. OLE color: 16759194.
HSL color Cylindrical-coordinate representation of color #9AB9FF: hue angle of 221.58º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AB9FF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 185 | 255 | - |
| CMYK | 0.40 | 0.27 | 0 | 0 |
| HSL | 221.58º | 1% | 0.8% | - |
| HSV(B) | 221.58º | 0.4% | 1% | - |
| XYZ | 48.73 | 48.79 | 101.46 | - |
| YUV | 183.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 255 | 0.40 | 0.27 | 0 | 0 | 221.58 | 1 | 0.8 |
| Hex | 9A | B9 | FF | 28 | 1B | 0 | 0 | DE | 64 | 50 |
| Octal | 232 | 271 | 377 | 50 | 33 | 0 | 0 | 336 | 144 | 120 |
| Binary | 10011010 | 10111001 | 11111111 | 101000 | 11011 | 0 | 0 | 11011110 | 1100100 | 1010000 |
Color Harmonies of #9AB9FF
Complementary color
Monochromatic Colors of #9AB9FF
Black with #9AB9FF
Text Example
Text Example
White with #9AB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9FF; }
p { color: rgb(154,185,255); }
H1.HeaderClassName
{
color: #9AB9FF;
}
.AnyTagClassName
{
color: #9AB9FF;
}
</style>
background-color css
<style>
a { background-color: #9AB9FF; }
a { background-color: rgb(154,185,255); }
div.DivClassName
{
background-color: #9AB9FF;
}
.BgClassName
{
background-color: #9AB9FF;
}
</style>
border-color css
<style>
span { border-color: #9AB9FF; }
span { border-color: rgb(154,185,255); }
td.TdClassName
{
border-color: #9AB9FF;
}
.TagClassName
{
border-color: #9AB9FF;
}
</style>