Shades of Tropical Blue #9ABDF2
Tints of Tropical Blue #9ABDF2
RGB
CMYK
RGB Variations
Color information
#9ABDF2 (or 0x9ABDF2) is known color: Tropical Blue. HEX triplet: 9A, BD and F2. RGB value is (154,189,242). Sum of RGB (Red+Green+Blue) = 154+189+242=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #9ABDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABDF2 is #65420D. Grayscale: #B8B8B8. Windows color (decimal): -6636046 or 15908250. OLE color: 15908250.
HSL color Cylindrical-coordinate representation of color #9ABDF2: hue angle of 216.14º 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 #9ABDF2 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 189 | 242 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.05 |
| HSL | 216.14º | 0.77% | 0.78% | - |
| HSV(B) | 216.14º | 0.36% | 0.95% | - |
| XYZ | 47.55 | 49.68 | 91.09 | - |
| YUV | 184.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 242 | 0.36 | 0.22 | 0 | 0.05 | 216.14 | 0.77 | 0.78 |
| Hex | 9A | BD | F2 | 24 | 16 | 0 | 5 | D8 | 4D | 4E |
| Octal | 232 | 275 | 362 | 44 | 26 | 0 | 5 | 330 | 115 | 116 |
| Binary | 10011010 | 10111101 | 11110010 | 100100 | 10110 | 0 | 101 | 11011000 | 1001101 | 1001110 |
Color Harmonies of #9ABDF2
Complementary color
Monochromatic Colors of #9ABDF2
Black with #9ABDF2
Text Example
Text Example
White with #9ABDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDF2; }
p { color: rgb(154,189,242); }
H1.HeaderClassName
{
color: #9ABDF2;
}
.AnyTagClassName
{
color: #9ABDF2;
}
</style>
background-color css
<style>
a { background-color: #9ABDF2; }
a { background-color: rgb(154,189,242); }
div.DivClassName
{
background-color: #9ABDF2;
}
.BgClassName
{
background-color: #9ABDF2;
}
</style>
border-color css
<style>
span { border-color: #9ABDF2; }
span { border-color: rgb(154,189,242); }
td.TdClassName
{
border-color: #9ABDF2;
}
.TagClassName
{
border-color: #9ABDF2;
}
</style>