Shades of Pacific Blue #189ECD
Tints of Pacific Blue #189ECD
RGB
CMYK
RGB Variations
Color information
#189ECD (or 0x189ECD) is known color: Pacific Blue. HEX triplet: 18, 9E and CD. RGB value is (24,158,205). Sum of RGB (Red+Green+Blue) = 24+158+205=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #189ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ECD is #E76132. Grayscale: #7A7A7A. Windows color (decimal): -15163699 or 13475352. OLE color: 13475352.
HSL color Cylindrical-coordinate representation of color #189ECD: hue angle of 195.58º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189ECD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 158 | 205 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.20 |
| HSL | 195.58º | 0.79% | 0.45% | - |
| HSV(B) | 195.58º | 0.88% | 0.8% | - |
| XYZ | 23.62 | 29.06 | 62.12 | - |
| YUV | 123.29 | 174.11 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 205 | 0.88 | 0.23 | 0 | 0.20 | 195.58 | 0.79 | 0.45 |
| Hex | 18 | 9E | CD | 58 | 17 | 0 | 14 | C4 | 4F | 2D |
| Octal | 30 | 236 | 315 | 130 | 27 | 0 | 24 | 304 | 117 | 55 |
| Binary | 11000 | 10011110 | 11001101 | 1011000 | 10111 | 0 | 10100 | 11000100 | 1001111 | 101101 |
Color Harmonies of #189ECD
Complementary color
Monochromatic Colors of #189ECD
Black with #189ECD
Text Example
Text Example
White with #189ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189ECD; }
p { color: rgb(24,158,205); }
H1.HeaderClassName
{
color: #189ECD;
}
.AnyTagClassName
{
color: #189ECD;
}
</style>
background-color css
<style>
a { background-color: #189ECD; }
a { background-color: rgb(24,158,205); }
div.DivClassName
{
background-color: #189ECD;
}
.BgClassName
{
background-color: #189ECD;
}
</style>
border-color css
<style>
span { border-color: #189ECD; }
span { border-color: rgb(24,158,205); }
td.TdClassName
{
border-color: #189ECD;
}
.TagClassName
{
border-color: #189ECD;
}
</style>