Shades of Tropical Blue #9ABEED
Tints of Tropical Blue #9ABEED
RGB
CMYK
RGB Variations
Color information
#9ABEED (or 0x9ABEED) is known color: Tropical Blue. HEX triplet: 9A, BE and ED. RGB value is (154,190,237). Sum of RGB (Red+Green+Blue) = 154+190+237=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ABEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEED is #654112. Grayscale: #B8B8B8. Windows color (decimal): -6635795 or 15580826. OLE color: 15580826.
HSL color Cylindrical-coordinate representation of color #9ABEED: hue angle of 213.98º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ABEED is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 190 | 237 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.07 |
| HSL | 213.98º | 0.7% | 0.77% | - |
| HSV(B) | 213.98º | 0.35% | 0.93% | - |
| XYZ | 47.03 | 49.81 | 87.26 | - |
| YUV | 184.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 237 | 0.35 | 0.20 | 0 | 0.07 | 213.98 | 0.7 | 0.77 |
| Hex | 9A | BE | ED | 23 | 14 | 0 | 7 | D6 | 46 | 4D |
| Octal | 232 | 276 | 355 | 43 | 24 | 0 | 7 | 326 | 106 | 115 |
| Binary | 10011010 | 10111110 | 11101101 | 100011 | 10100 | 0 | 111 | 11010110 | 1000110 | 1001101 |
Color Harmonies of #9ABEED
Complementary color
Monochromatic Colors of #9ABEED
Black with #9ABEED
Text Example
Text Example
White with #9ABEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEED; }
p { color: rgb(154,190,237); }
H1.HeaderClassName
{
color: #9ABEED;
}
.AnyTagClassName
{
color: #9ABEED;
}
</style>
background-color css
<style>
a { background-color: #9ABEED; }
a { background-color: rgb(154,190,237); }
div.DivClassName
{
background-color: #9ABEED;
}
.BgClassName
{
background-color: #9ABEED;
}
</style>
border-color css
<style>
span { border-color: #9ABEED; }
span { border-color: rgb(154,190,237); }
td.TdClassName
{
border-color: #9ABEED;
}
.TagClassName
{
border-color: #9ABEED;
}
</style>