Shades of Tropical Blue #9ABCEA
Tints of Tropical Blue #9ABCEA
RGB
CMYK
RGB Variations
Color information
#9ABCEA (or 0x9ABCEA) is known color: Tropical Blue. HEX triplet: 9A, BC and EA. RGB value is (154,188,234). Sum of RGB (Red+Green+Blue) = 154+188+234=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ABCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABCEA is #654315. Grayscale: #B6B6B6. Windows color (decimal): -6636310 or 15383706. OLE color: 15383706.
HSL color Cylindrical-coordinate representation of color #9ABCEA: hue angle of 214.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ABCEA is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 188 | 234 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.08 |
| HSL | 214.5º | 0.66% | 0.76% | - |
| HSV(B) | 214.5º | 0.34% | 0.92% | - |
| XYZ | 46.16 | 48.78 | 84.82 | - |
| YUV | 183.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 234 | 0.34 | 0.20 | 0 | 0.08 | 214.5 | 0.66 | 0.76 |
| Hex | 9A | BC | EA | 22 | 14 | 0 | 8 | D6 | 42 | 4C |
| Octal | 232 | 274 | 352 | 42 | 24 | 0 | 10 | 326 | 102 | 114 |
| Binary | 10011010 | 10111100 | 11101010 | 100010 | 10100 | 0 | 1000 | 11010110 | 1000010 | 1001100 |
Color Harmonies of #9ABCEA
Complementary color
Monochromatic Colors of #9ABCEA
Black with #9ABCEA
Text Example
Text Example
White with #9ABCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCEA; }
p { color: rgb(154,188,234); }
H1.HeaderClassName
{
color: #9ABCEA;
}
.AnyTagClassName
{
color: #9ABCEA;
}
</style>
background-color css
<style>
a { background-color: #9ABCEA; }
a { background-color: rgb(154,188,234); }
div.DivClassName
{
background-color: #9ABCEA;
}
.BgClassName
{
background-color: #9ABCEA;
}
</style>
border-color css
<style>
span { border-color: #9ABCEA; }
span { border-color: rgb(154,188,234); }
td.TdClassName
{
border-color: #9ABCEA;
}
.TagClassName
{
border-color: #9ABCEA;
}
</style>