Shades of Perano #9ABBFD
Tints of Perano #9ABBFD
RGB
CMYK
RGB Variations
Color information
#9ABBFD (or 0x9ABBFD) is known color: Perano. HEX triplet: 9A, BB and FD. RGB value is (154,187,253). Sum of RGB (Red+Green+Blue) = 154+187+253=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ABBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBFD is #654402. Grayscale: #B8B8B8. Windows color (decimal): -6636547 or 16628634. OLE color: 16628634.
HSL color Cylindrical-coordinate representation of color #9ABBFD: hue angle of 220º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABBFD is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 187 | 253 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.01 |
| HSL | 220º | 0.96% | 0.8% | - |
| HSV(B) | 220º | 0.39% | 0.99% | - |
| XYZ | 48.83 | 49.5 | 99.91 | - |
| YUV | 184.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 253 | 0.39 | 0.26 | 0 | 0.01 | 220 | 0.96 | 0.8 |
| Hex | 9A | BB | FD | 27 | 1A | 0 | 1 | DC | 60 | 50 |
| Octal | 232 | 273 | 375 | 47 | 32 | 0 | 1 | 334 | 140 | 120 |
| Binary | 10011010 | 10111011 | 11111101 | 100111 | 11010 | 0 | 1 | 11011100 | 1100000 | 1010000 |
Color Harmonies of #9ABBFD
Complementary color
Monochromatic Colors of #9ABBFD
Black with #9ABBFD
Text Example
Text Example
White with #9ABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBFD; }
p { color: rgb(154,187,253); }
H1.HeaderClassName
{
color: #9ABBFD;
}
.AnyTagClassName
{
color: #9ABBFD;
}
</style>
background-color css
<style>
a { background-color: #9ABBFD; }
a { background-color: rgb(154,187,253); }
div.DivClassName
{
background-color: #9ABBFD;
}
.BgClassName
{
background-color: #9ABBFD;
}
</style>
border-color css
<style>
span { border-color: #9ABBFD; }
span { border-color: rgb(154,187,253); }
td.TdClassName
{
border-color: #9ABBFD;
}
.TagClassName
{
border-color: #9ABBFD;
}
</style>