Shades of Pacific Blue #189EDC
Tints of Pacific Blue #189EDC
RGB
CMYK
RGB Variations
Color information
#189EDC (or 0x189EDC) is known color: Pacific Blue. HEX triplet: 18, 9E and DC. RGB value is (24,158,220). Sum of RGB (Red+Green+Blue) = 24+158+220=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #189EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EDC is #E76123. Grayscale: #7C7C7C. Windows color (decimal): -15163684 or 14458392. OLE color: 14458392.
HSL color Cylindrical-coordinate representation of color #189EDC: hue angle of 198.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189EDC is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 158 | 220 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.14 |
| HSL | 198.98º | 0.8% | 0.48% | - |
| HSV(B) | 198.98º | 0.89% | 0.86% | - |
| XYZ | 25.52 | 29.82 | 72.12 | - |
| YUV | 125 | 181.61 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 220 | 0.89 | 0.28 | 0 | 0.14 | 198.98 | 0.8 | 0.48 |
| Hex | 18 | 9E | DC | 59 | 1C | 0 | E | C7 | 50 | 30 |
| Octal | 30 | 236 | 334 | 131 | 34 | 0 | 16 | 307 | 120 | 60 |
| Binary | 11000 | 10011110 | 11011100 | 1011001 | 11100 | 0 | 1110 | 11000111 | 1010000 | 110000 |
Color Harmonies of #189EDC
Complementary color
Monochromatic Colors of #189EDC
Black with #189EDC
Text Example
Text Example
White with #189EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EDC; }
p { color: rgb(24,158,220); }
H1.HeaderClassName
{
color: #189EDC;
}
.AnyTagClassName
{
color: #189EDC;
}
</style>
background-color css
<style>
a { background-color: #189EDC; }
a { background-color: rgb(24,158,220); }
div.DivClassName
{
background-color: #189EDC;
}
.BgClassName
{
background-color: #189EDC;
}
</style>
border-color css
<style>
span { border-color: #189EDC; }
span { border-color: rgb(24,158,220); }
td.TdClassName
{
border-color: #189EDC;
}
.TagClassName
{
border-color: #189EDC;
}
</style>