Shades of Pacific Blue #189ECE
Tints of Pacific Blue #189ECE
RGB
CMYK
RGB Variations
Color information
#189ECE (or 0x189ECE) is known color: Pacific Blue. HEX triplet: 18, 9E and CE. RGB value is (24,158,206). Sum of RGB (Red+Green+Blue) = 24+158+206=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #189ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ECE is #E76131. Grayscale: #7B7B7B. Windows color (decimal): -15163698 or 13540888. OLE color: 13540888.
HSL color Cylindrical-coordinate representation of color #189ECE: hue angle of 195.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189ECE is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 158 | 206 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.19 |
| HSL | 195.82º | 0.79% | 0.45% | - |
| HSV(B) | 195.82º | 0.88% | 0.81% | - |
| XYZ | 23.74 | 29.1 | 62.76 | - |
| YUV | 123.41 | 174.61 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 206 | 0.88 | 0.23 | 0 | 0.19 | 195.82 | 0.79 | 0.45 |
| Hex | 18 | 9E | CE | 58 | 17 | 0 | 13 | C4 | 4F | 2D |
| Octal | 30 | 236 | 316 | 130 | 27 | 0 | 23 | 304 | 117 | 55 |
| Binary | 11000 | 10011110 | 11001110 | 1011000 | 10111 | 0 | 10011 | 11000100 | 1001111 | 101101 |
Color Harmonies of #189ECE
Complementary color
Monochromatic Colors of #189ECE
Black with #189ECE
Text Example
Text Example
White with #189ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189ECE; }
p { color: rgb(24,158,206); }
H1.HeaderClassName
{
color: #189ECE;
}
.AnyTagClassName
{
color: #189ECE;
}
</style>
background-color css
<style>
a { background-color: #189ECE; }
a { background-color: rgb(24,158,206); }
div.DivClassName
{
background-color: #189ECE;
}
.BgClassName
{
background-color: #189ECE;
}
</style>
border-color css
<style>
span { border-color: #189ECE; }
span { border-color: rgb(24,158,206); }
td.TdClassName
{
border-color: #189ECE;
}
.TagClassName
{
border-color: #189ECE;
}
</style>