Shades of Perano #9ABCF3
Tints of Perano #9ABCF3
RGB
CMYK
RGB Variations
Color information
#9ABCF3 (or 0x9ABCF3) is known color: Perano. HEX triplet: 9A, BC and F3. RGB value is (154,188,243). Sum of RGB (Red+Green+Blue) = 154+188+243=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #9ABCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABCF3 is #65430C. Grayscale: #B7B7B7. Windows color (decimal): -6636301 or 15973530. OLE color: 15973530.
HSL color Cylindrical-coordinate representation of color #9ABCF3: hue angle of 217.08º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ABCF3 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 188 | 243 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.05 |
| HSL | 217.08º | 0.79% | 0.78% | - |
| HSV(B) | 217.08º | 0.37% | 0.95% | - |
| XYZ | 47.49 | 49.31 | 91.81 | - |
| YUV | 184.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 243 | 0.37 | 0.23 | 0 | 0.05 | 217.08 | 0.79 | 0.78 |
| Hex | 9A | BC | F3 | 25 | 17 | 0 | 5 | D9 | 4F | 4E |
| Octal | 232 | 274 | 363 | 45 | 27 | 0 | 5 | 331 | 117 | 116 |
| Binary | 10011010 | 10111100 | 11110011 | 100101 | 10111 | 0 | 101 | 11011001 | 1001111 | 1001110 |
Color Harmonies of #9ABCF3
Complementary color
Monochromatic Colors of #9ABCF3
Black with #9ABCF3
Text Example
Text Example
White with #9ABCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCF3; }
p { color: rgb(154,188,243); }
H1.HeaderClassName
{
color: #9ABCF3;
}
.AnyTagClassName
{
color: #9ABCF3;
}
</style>
background-color css
<style>
a { background-color: #9ABCF3; }
a { background-color: rgb(154,188,243); }
div.DivClassName
{
background-color: #9ABCF3;
}
.BgClassName
{
background-color: #9ABCF3;
}
</style>
border-color css
<style>
span { border-color: #9ABCF3; }
span { border-color: rgb(154,188,243); }
td.TdClassName
{
border-color: #9ABCF3;
}
.TagClassName
{
border-color: #9ABCF3;
}
</style>