Shades of Pacific Blue #189CCD
Tints of Pacific Blue #189CCD
RGB
CMYK
RGB Variations
Color information
#189CCD (or 0x189CCD) is known color: Pacific Blue. HEX triplet: 18, 9C and CD. RGB value is (24,156,205). Sum of RGB (Red+Green+Blue) = 24+156+205=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #189CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CCD is #E76332. Grayscale: #797979. Windows color (decimal): -15164211 or 13474840. OLE color: 13474840.
HSL color Cylindrical-coordinate representation of color #189CCD: hue angle of 196.24º 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 #189CCD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 156 | 205 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.20 |
| HSL | 196.24º | 0.79% | 0.45% | - |
| HSV(B) | 196.24º | 0.88% | 0.8% | - |
| XYZ | 23.28 | 28.38 | 62.01 | - |
| YUV | 122.12 | 174.77 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 205 | 0.88 | 0.24 | 0 | 0.20 | 196.24 | 0.79 | 0.45 |
| Hex | 18 | 9C | CD | 58 | 18 | 0 | 14 | C4 | 4F | 2D |
| Octal | 30 | 234 | 315 | 130 | 30 | 0 | 24 | 304 | 117 | 55 |
| Binary | 11000 | 10011100 | 11001101 | 1011000 | 11000 | 0 | 10100 | 11000100 | 1001111 | 101101 |
Color Harmonies of #189CCD
Complementary color
Monochromatic Colors of #189CCD
Black with #189CCD
Text Example
Text Example
White with #189CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189CCD; }
p { color: rgb(24,156,205); }
H1.HeaderClassName
{
color: #189CCD;
}
.AnyTagClassName
{
color: #189CCD;
}
</style>
background-color css
<style>
a { background-color: #189CCD; }
a { background-color: rgb(24,156,205); }
div.DivClassName
{
background-color: #189CCD;
}
.BgClassName
{
background-color: #189CCD;
}
</style>
border-color css
<style>
span { border-color: #189CCD; }
span { border-color: rgb(24,156,205); }
td.TdClassName
{
border-color: #189CCD;
}
.TagClassName
{
border-color: #189CCD;
}
</style>