Shades of Perano #9AB8ED
Tints of Perano #9AB8ED
RGB
CMYK
RGB Variations
Color information
#9AB8ED (or 0x9AB8ED) is known color: Perano. HEX triplet: 9A, B8 and ED. RGB value is (154,184,237). Sum of RGB (Red+Green+Blue) = 154+184+237=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #9AB8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB8ED is #654712. Grayscale: #B4B4B4. Windows color (decimal): -6637331 or 15579290. OLE color: 15579290.
HSL color Cylindrical-coordinate representation of color #9AB8ED: hue angle of 218.31º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AB8ED is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 184 | 237 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.07 |
| HSL | 218.31º | 0.7% | 0.77% | - |
| HSV(B) | 218.31º | 0.35% | 0.93% | - |
| XYZ | 45.75 | 47.27 | 86.83 | - |
| YUV | 181.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 237 | 0.35 | 0.22 | 0 | 0.07 | 218.31 | 0.7 | 0.77 |
| Hex | 9A | B8 | ED | 23 | 16 | 0 | 7 | DA | 46 | 4D |
| Octal | 232 | 270 | 355 | 43 | 26 | 0 | 7 | 332 | 106 | 115 |
| Binary | 10011010 | 10111000 | 11101101 | 100011 | 10110 | 0 | 111 | 11011010 | 1000110 | 1001101 |
Color Harmonies of #9AB8ED
Complementary color
Monochromatic Colors of #9AB8ED
Black with #9AB8ED
Text Example
Text Example
White with #9AB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8ED; }
p { color: rgb(154,184,237); }
H1.HeaderClassName
{
color: #9AB8ED;
}
.AnyTagClassName
{
color: #9AB8ED;
}
</style>
background-color css
<style>
a { background-color: #9AB8ED; }
a { background-color: rgb(154,184,237); }
div.DivClassName
{
background-color: #9AB8ED;
}
.BgClassName
{
background-color: #9AB8ED;
}
</style>
border-color css
<style>
span { border-color: #9AB8ED; }
span { border-color: rgb(154,184,237); }
td.TdClassName
{
border-color: #9AB8ED;
}
.TagClassName
{
border-color: #9AB8ED;
}
</style>