Shades of Pacific Blue #189AD0
Tints of Pacific Blue #189AD0
RGB
CMYK
RGB Variations
Color information
#189AD0 (or 0x189AD0) is known color: Pacific Blue. HEX triplet: 18, 9A and D0. RGB value is (24,154,208). Sum of RGB (Red+Green+Blue) = 24+154+208=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #189AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189AD0 is #E7652F. Grayscale: #787878. Windows color (decimal): -15164720 or 13670936. OLE color: 13670936.
HSL color Cylindrical-coordinate representation of color #189AD0: hue angle of 197.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189AD0 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 154 | 208 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.18 |
| HSL | 197.61º | 0.79% | 0.45% | - |
| HSV(B) | 197.61º | 0.88% | 0.82% | - |
| XYZ | 23.32 | 27.86 | 63.82 | - |
| YUV | 121.29 | 176.93 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 208 | 0.88 | 0.26 | 0 | 0.18 | 197.61 | 0.79 | 0.45 |
| Hex | 18 | 9A | D0 | 58 | 1A | 0 | 12 | C6 | 4F | 2D |
| Octal | 30 | 232 | 320 | 130 | 32 | 0 | 22 | 306 | 117 | 55 |
| Binary | 11000 | 10011010 | 11010000 | 1011000 | 11010 | 0 | 10010 | 11000110 | 1001111 | 101101 |
Color Harmonies of #189AD0
Complementary color
Monochromatic Colors of #189AD0
Black with #189AD0
Text Example
Text Example
White with #189AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189AD0; }
p { color: rgb(24,154,208); }
H1.HeaderClassName
{
color: #189AD0;
}
.AnyTagClassName
{
color: #189AD0;
}
</style>
background-color css
<style>
a { background-color: #189AD0; }
a { background-color: rgb(24,154,208); }
div.DivClassName
{
background-color: #189AD0;
}
.BgClassName
{
background-color: #189AD0;
}
</style>
border-color css
<style>
span { border-color: #189AD0; }
span { border-color: rgb(24,154,208); }
td.TdClassName
{
border-color: #189AD0;
}
.TagClassName
{
border-color: #189AD0;
}
</style>