Shades of Perano #9AB8F1
Tints of Perano #9AB8F1
RGB
CMYK
RGB Variations
Color information
#9AB8F1 (or 0x9AB8F1) is known color: Perano. HEX triplet: 9A, B8 and F1. RGB value is (154,184,241). Sum of RGB (Red+Green+Blue) = 154+184+241=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #9AB8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB8F1 is #65470E. Grayscale: #B5B5B5. Windows color (decimal): -6637327 or 15841434. OLE color: 15841434.
HSL color Cylindrical-coordinate representation of color #9AB8F1: hue angle of 219.31º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AB8F1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 184 | 241 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.05 |
| HSL | 219.31º | 0.76% | 0.77% | - |
| HSV(B) | 219.31º | 0.36% | 0.95% | - |
| XYZ | 46.34 | 47.5 | 89.95 | - |
| YUV | 181.53 | 161.56 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 241 | 0.36 | 0.24 | 0 | 0.05 | 219.31 | 0.76 | 0.77 |
| Hex | 9A | B8 | F1 | 24 | 18 | 0 | 5 | DB | 4C | 4D |
| Octal | 232 | 270 | 361 | 44 | 30 | 0 | 5 | 333 | 114 | 115 |
| Binary | 10011010 | 10111000 | 11110001 | 100100 | 11000 | 0 | 101 | 11011011 | 1001100 | 1001101 |
Color Harmonies of #9AB8F1
Complementary color
Monochromatic Colors of #9AB8F1
Black with #9AB8F1
Text Example
Text Example
White with #9AB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8F1; }
p { color: rgb(154,184,241); }
H1.HeaderClassName
{
color: #9AB8F1;
}
.AnyTagClassName
{
color: #9AB8F1;
}
</style>
background-color css
<style>
a { background-color: #9AB8F1; }
a { background-color: rgb(154,184,241); }
div.DivClassName
{
background-color: #9AB8F1;
}
.BgClassName
{
background-color: #9AB8F1;
}
</style>
border-color css
<style>
span { border-color: #9AB8F1; }
span { border-color: rgb(154,184,241); }
td.TdClassName
{
border-color: #9AB8F1;
}
.TagClassName
{
border-color: #9AB8F1;
}
</style>