Shades of Perano #9AB0FE
Tints of Perano #9AB0FE
RGB
CMYK
RGB Variations
Color information
#9AB0FE (or 0x9AB0FE) is known color: Perano. HEX triplet: 9A, B0 and FE. RGB value is (154,176,254). Sum of RGB (Red+Green+Blue) = 154+176+254=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AB0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB0FE is #654F01. Grayscale: #B1B1B1. Windows color (decimal): -6639362 or 16691354. OLE color: 16691354.
HSL color Cylindrical-coordinate representation of color #9AB0FE: hue angle of 226.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AB0FE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 176 | 254 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.00 |
| HSL | 226.8º | 0.98% | 0.8% | - |
| HSV(B) | 226.8º | 0.39% | 1% | - |
| XYZ | 46.74 | 45.08 | 100 | - |
| YUV | 178.31 | 170.71 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 254 | 0.39 | 0.31 | 0 | 0.00 | 226.8 | 0.98 | 0.8 |
| Hex | 9A | B0 | FE | 27 | 1F | 0 | 0 | E3 | 62 | 50 |
| Octal | 232 | 260 | 376 | 47 | 37 | 0 | 0 | 343 | 142 | 120 |
| Binary | 10011010 | 10110000 | 11111110 | 100111 | 11111 | 0 | 0 | 11100011 | 1100010 | 1010000 |
Color Harmonies of #9AB0FE
Complementary color
Monochromatic Colors of #9AB0FE
Black with #9AB0FE
Text Example
Text Example
White with #9AB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB0FE; }
p { color: rgb(154,176,254); }
H1.HeaderClassName
{
color: #9AB0FE;
}
.AnyTagClassName
{
color: #9AB0FE;
}
</style>
background-color css
<style>
a { background-color: #9AB0FE; }
a { background-color: rgb(154,176,254); }
div.DivClassName
{
background-color: #9AB0FE;
}
.BgClassName
{
background-color: #9AB0FE;
}
</style>
border-color css
<style>
span { border-color: #9AB0FE; }
span { border-color: rgb(154,176,254); }
td.TdClassName
{
border-color: #9AB0FE;
}
.TagClassName
{
border-color: #9AB0FE;
}
</style>