Shades of Tropical Blue #9ABEF2
Tints of Tropical Blue #9ABEF2
RGB
CMYK
RGB Variations
Color information
#9ABEF2 (or 0x9ABEF2) is known color: Tropical Blue. HEX triplet: 9A, BE and F2. RGB value is (154,190,242). Sum of RGB (Red+Green+Blue) = 154+190+242=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #9ABEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEF2 is #65410D. Grayscale: #B8B8B8. Windows color (decimal): -6635790 or 15908506. OLE color: 15908506.
HSL color Cylindrical-coordinate representation of color #9ABEF2: hue angle of 215.45º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABEF2 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 190 | 242 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.05 |
| HSL | 215.45º | 0.77% | 0.78% | - |
| HSV(B) | 215.45º | 0.36% | 0.95% | - |
| XYZ | 47.77 | 50.11 | 91.16 | - |
| YUV | 185.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 242 | 0.36 | 0.21 | 0 | 0.05 | 215.45 | 0.77 | 0.78 |
| Hex | 9A | BE | F2 | 24 | 15 | 0 | 5 | D7 | 4D | 4E |
| Octal | 232 | 276 | 362 | 44 | 25 | 0 | 5 | 327 | 115 | 116 |
| Binary | 10011010 | 10111110 | 11110010 | 100100 | 10101 | 0 | 101 | 11010111 | 1001101 | 1001110 |
Color Harmonies of #9ABEF2
Complementary color
Monochromatic Colors of #9ABEF2
Black with #9ABEF2
Text Example
Text Example
White with #9ABEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEF2; }
p { color: rgb(154,190,242); }
H1.HeaderClassName
{
color: #9ABEF2;
}
.AnyTagClassName
{
color: #9ABEF2;
}
</style>
background-color css
<style>
a { background-color: #9ABEF2; }
a { background-color: rgb(154,190,242); }
div.DivClassName
{
background-color: #9ABEF2;
}
.BgClassName
{
background-color: #9ABEF2;
}
</style>
border-color css
<style>
span { border-color: #9ABEF2; }
span { border-color: rgb(154,190,242); }
td.TdClassName
{
border-color: #9ABEF2;
}
.TagClassName
{
border-color: #9ABEF2;
}
</style>