Shades of Pacific Blue #189ACE
Tints of Pacific Blue #189ACE
RGB
CMYK
RGB Variations
Color information
#189ACE (or 0x189ACE) is known color: Pacific Blue. HEX triplet: 18, 9A and CE. RGB value is (24,154,206). Sum of RGB (Red+Green+Blue) = 24+154+206=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #189ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ACE is #E76531. Grayscale: #787878. Windows color (decimal): -15164722 or 13539864. OLE color: 13539864.
HSL color Cylindrical-coordinate representation of color #189ACE: hue angle of 197.14º 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 #189ACE is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 154 | 206 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.19 |
| HSL | 197.14º | 0.79% | 0.45% | - |
| HSV(B) | 197.14º | 0.88% | 0.81% | - |
| XYZ | 23.07 | 27.76 | 62.53 | - |
| YUV | 121.06 | 175.93 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 206 | 0.88 | 0.25 | 0 | 0.19 | 197.14 | 0.79 | 0.45 |
| Hex | 18 | 9A | CE | 58 | 19 | 0 | 13 | C5 | 4F | 2D |
| Octal | 30 | 232 | 316 | 130 | 31 | 0 | 23 | 305 | 117 | 55 |
| Binary | 11000 | 10011010 | 11001110 | 1011000 | 11001 | 0 | 10011 | 11000101 | 1001111 | 101101 |
Color Harmonies of #189ACE
Complementary color
Monochromatic Colors of #189ACE
Black with #189ACE
Text Example
Text Example
White with #189ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189ACE; }
p { color: rgb(24,154,206); }
H1.HeaderClassName
{
color: #189ACE;
}
.AnyTagClassName
{
color: #189ACE;
}
</style>
background-color css
<style>
a { background-color: #189ACE; }
a { background-color: rgb(24,154,206); }
div.DivClassName
{
background-color: #189ACE;
}
.BgClassName
{
background-color: #189ACE;
}
</style>
border-color css
<style>
span { border-color: #189ACE; }
span { border-color: rgb(24,154,206); }
td.TdClassName
{
border-color: #189ACE;
}
.TagClassName
{
border-color: #189ACE;
}
</style>