Shades of Tropical Blue #9ABDEB
Tints of Tropical Blue #9ABDEB
RGB
CMYK
RGB Variations
Color information
#9ABDEB (or 0x9ABDEB) is known color: Tropical Blue. HEX triplet: 9A, BD and EB. RGB value is (154,189,235). Sum of RGB (Red+Green+Blue) = 154+189+235=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ABDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABDEB is #654214. Grayscale: #B7B7B7. Windows color (decimal): -6636053 or 15449498. OLE color: 15449498.
HSL color Cylindrical-coordinate representation of color #9ABDEB: hue angle of 214.07º degrees, saturation: 0.67, 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 #9ABDEB is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 189 | 235 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.08 |
| HSL | 214.07º | 0.67% | 0.76% | - |
| HSV(B) | 214.07º | 0.34% | 0.92% | - |
| XYZ | 46.52 | 49.26 | 85.65 | - |
| YUV | 183.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 235 | 0.34 | 0.20 | 0 | 0.08 | 214.07 | 0.67 | 0.76 |
| Hex | 9A | BD | EB | 22 | 14 | 0 | 8 | D6 | 43 | 4C |
| Octal | 232 | 275 | 353 | 42 | 24 | 0 | 10 | 326 | 103 | 114 |
| Binary | 10011010 | 10111101 | 11101011 | 100010 | 10100 | 0 | 1000 | 11010110 | 1000011 | 1001100 |
Color Harmonies of #9ABDEB
Complementary color
Monochromatic Colors of #9ABDEB
Black with #9ABDEB
Text Example
Text Example
White with #9ABDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDEB; }
p { color: rgb(154,189,235); }
H1.HeaderClassName
{
color: #9ABDEB;
}
.AnyTagClassName
{
color: #9ABDEB;
}
</style>
background-color css
<style>
a { background-color: #9ABDEB; }
a { background-color: rgb(154,189,235); }
div.DivClassName
{
background-color: #9ABDEB;
}
.BgClassName
{
background-color: #9ABDEB;
}
</style>
border-color css
<style>
span { border-color: #9ABDEB; }
span { border-color: rgb(154,189,235); }
td.TdClassName
{
border-color: #9ABDEB;
}
.TagClassName
{
border-color: #9ABDEB;
}
</style>