Shades of Pacific Blue #189FD2
Tints of Pacific Blue #189FD2
RGB
CMYK
RGB Variations
Color information
#189FD2 (or 0x189FD2) is known color: Pacific Blue. HEX triplet: 18, 9F and D2. RGB value is (24,159,210). Sum of RGB (Red+Green+Blue) = 24+159+210=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #189FD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FD2 is #E7602D. Grayscale: #7C7C7C. Windows color (decimal): -15163438 or 13803288. OLE color: 13803288.
HSL color Cylindrical-coordinate representation of color #189FD2: hue angle of 196.45º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189FD2 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 159 | 210 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.18 |
| HSL | 196.45º | 0.79% | 0.46% | - |
| HSV(B) | 196.45º | 0.89% | 0.82% | - |
| XYZ | 24.41 | 29.64 | 65.41 | - |
| YUV | 124.45 | 176.27 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 210 | 0.89 | 0.24 | 0 | 0.18 | 196.45 | 0.79 | 0.46 |
| Hex | 18 | 9F | D2 | 59 | 18 | 0 | 12 | C4 | 4F | 2E |
| Octal | 30 | 237 | 322 | 131 | 30 | 0 | 22 | 304 | 117 | 56 |
| Binary | 11000 | 10011111 | 11010010 | 1011001 | 11000 | 0 | 10010 | 11000100 | 1001111 | 101110 |
Color Harmonies of #189FD2
Complementary color
Monochromatic Colors of #189FD2
Black with #189FD2
Text Example
Text Example
White with #189FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FD2; }
p { color: rgb(24,159,210); }
H1.HeaderClassName
{
color: #189FD2;
}
.AnyTagClassName
{
color: #189FD2;
}
</style>
background-color css
<style>
a { background-color: #189FD2; }
a { background-color: rgb(24,159,210); }
div.DivClassName
{
background-color: #189FD2;
}
.BgClassName
{
background-color: #189FD2;
}
</style>
border-color css
<style>
span { border-color: #189FD2; }
span { border-color: rgb(24,159,210); }
td.TdClassName
{
border-color: #189FD2;
}
.TagClassName
{
border-color: #189FD2;
}
</style>