Shades of Pacific Blue #189BDD
Tints of Pacific Blue #189BDD
RGB
CMYK
RGB Variations
Color information
#189BDD (or 0x189BDD) is known color: Pacific Blue. HEX triplet: 18, 9B and DD. RGB value is (24,155,221). Sum of RGB (Red+Green+Blue) = 24+155+221=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #189BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BDD is #E76422. Grayscale: #7A7A7A. Windows color (decimal): -15164451 or 14523160. OLE color: 14523160.
HSL color Cylindrical-coordinate representation of color #189BDD: hue angle of 200.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189BDD is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 155 | 221 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.13 |
| HSL | 200.1º | 0.8% | 0.48% | - |
| HSV(B) | 200.1º | 0.89% | 0.87% | - |
| XYZ | 25.15 | 28.86 | 72.65 | - |
| YUV | 123.36 | 183.1 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 221 | 0.89 | 0.30 | 0 | 0.13 | 200.1 | 0.8 | 0.48 |
| Hex | 18 | 9B | DD | 59 | 1E | 0 | D | C8 | 50 | 30 |
| Octal | 30 | 233 | 335 | 131 | 36 | 0 | 15 | 310 | 120 | 60 |
| Binary | 11000 | 10011011 | 11011101 | 1011001 | 11110 | 0 | 1101 | 11001000 | 1010000 | 110000 |
Color Harmonies of #189BDD
Complementary color
Monochromatic Colors of #189BDD
Black with #189BDD
Text Example
Text Example
White with #189BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BDD; }
p { color: rgb(24,155,221); }
H1.HeaderClassName
{
color: #189BDD;
}
.AnyTagClassName
{
color: #189BDD;
}
</style>
background-color css
<style>
a { background-color: #189BDD; }
a { background-color: rgb(24,155,221); }
div.DivClassName
{
background-color: #189BDD;
}
.BgClassName
{
background-color: #189BDD;
}
</style>
border-color css
<style>
span { border-color: #189BDD; }
span { border-color: rgb(24,155,221); }
td.TdClassName
{
border-color: #189BDD;
}
.TagClassName
{
border-color: #189BDD;
}
</style>