Shades of Tropical Blue #9ABEF0
Tints of Tropical Blue #9ABEF0
RGB
CMYK
RGB Variations
Color information
#9ABEF0 (or 0x9ABEF0) is known color: Tropical Blue. HEX triplet: 9A, BE and F0. RGB value is (154,190,240). Sum of RGB (Red+Green+Blue) = 154+190+240=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ABEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEF0 is #65410F. Grayscale: #B8B8B8. Windows color (decimal): -6635792 or 15777434. OLE color: 15777434.
HSL color Cylindrical-coordinate representation of color #9ABEF0: hue angle of 214.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABEF0 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 190 | 240 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.06 |
| HSL | 214.88º | 0.74% | 0.77% | - |
| HSV(B) | 214.88º | 0.36% | 0.94% | - |
| XYZ | 47.47 | 49.99 | 89.58 | - |
| YUV | 184.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 240 | 0.36 | 0.21 | 0 | 0.06 | 214.88 | 0.74 | 0.77 |
| Hex | 9A | BE | F0 | 24 | 15 | 0 | 6 | D7 | 4A | 4D |
| Octal | 232 | 276 | 360 | 44 | 25 | 0 | 6 | 327 | 112 | 115 |
| Binary | 10011010 | 10111110 | 11110000 | 100100 | 10101 | 0 | 110 | 11010111 | 1001010 | 1001101 |
Color Harmonies of #9ABEF0
Complementary color
Monochromatic Colors of #9ABEF0
Black with #9ABEF0
Text Example
Text Example
White with #9ABEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEF0; }
p { color: rgb(154,190,240); }
H1.HeaderClassName
{
color: #9ABEF0;
}
.AnyTagClassName
{
color: #9ABEF0;
}
</style>
background-color css
<style>
a { background-color: #9ABEF0; }
a { background-color: rgb(154,190,240); }
div.DivClassName
{
background-color: #9ABEF0;
}
.BgClassName
{
background-color: #9ABEF0;
}
</style>
border-color css
<style>
span { border-color: #9ABEF0; }
span { border-color: rgb(154,190,240); }
td.TdClassName
{
border-color: #9ABEF0;
}
.TagClassName
{
border-color: #9ABEF0;
}
</style>