Shades of Perano #9AB2FE
Tints of Perano #9AB2FE
RGB
CMYK
RGB Variations
Color information
#9AB2FE (or 0x9AB2FE) is known color: Perano. HEX triplet: 9A, B2 and FE. RGB value is (154,178,254). Sum of RGB (Red+Green+Blue) = 154+178+254=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AB2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB2FE is #654D01. Grayscale: #B3B3B3. Windows color (decimal): -6638850 or 16691866. OLE color: 16691866.
HSL color Cylindrical-coordinate representation of color #9AB2FE: hue angle of 225.6º 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 #9AB2FE is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 178 | 254 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.00 |
| HSL | 225.6º | 0.98% | 0.8% | - |
| HSV(B) | 225.6º | 0.39% | 1% | - |
| XYZ | 47.14 | 45.87 | 100.13 | - |
| YUV | 179.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 254 | 0.39 | 0.30 | 0 | 0.00 | 225.6 | 0.98 | 0.8 |
| Hex | 9A | B2 | FE | 27 | 1E | 0 | 0 | E2 | 62 | 50 |
| Octal | 232 | 262 | 376 | 47 | 36 | 0 | 0 | 342 | 142 | 120 |
| Binary | 10011010 | 10110010 | 11111110 | 100111 | 11110 | 0 | 0 | 11100010 | 1100010 | 1010000 |
Color Harmonies of #9AB2FE
Complementary color
Monochromatic Colors of #9AB2FE
Black with #9AB2FE
Text Example
Text Example
White with #9AB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB2FE; }
p { color: rgb(154,178,254); }
H1.HeaderClassName
{
color: #9AB2FE;
}
.AnyTagClassName
{
color: #9AB2FE;
}
</style>
background-color css
<style>
a { background-color: #9AB2FE; }
a { background-color: rgb(154,178,254); }
div.DivClassName
{
background-color: #9AB2FE;
}
.BgClassName
{
background-color: #9AB2FE;
}
</style>
border-color css
<style>
span { border-color: #9AB2FE; }
span { border-color: rgb(154,178,254); }
td.TdClassName
{
border-color: #9AB2FE;
}
.TagClassName
{
border-color: #9AB2FE;
}
</style>