Shades of Pacific Blue #189BCE
Tints of Pacific Blue #189BCE
RGB
CMYK
RGB Variations
Color information
#189BCE (or 0x189BCE) is known color: Pacific Blue. HEX triplet: 18, 9B and CE. RGB value is (24,155,206). Sum of RGB (Red+Green+Blue) = 24+155+206=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #189BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BCE is #E76431. Grayscale: #797979. Windows color (decimal): -15164466 or 13540120. OLE color: 13540120.
HSL color Cylindrical-coordinate representation of color #189BCE: hue angle of 196.81º 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 #189BCE is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 155 | 206 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.19 |
| HSL | 196.81º | 0.79% | 0.45% | - |
| HSV(B) | 196.81º | 0.88% | 0.81% | - |
| XYZ | 23.24 | 28.09 | 62.59 | - |
| YUV | 121.65 | 175.6 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 206 | 0.88 | 0.25 | 0 | 0.19 | 196.81 | 0.79 | 0.45 |
| Hex | 18 | 9B | CE | 58 | 19 | 0 | 13 | C5 | 4F | 2D |
| Octal | 30 | 233 | 316 | 130 | 31 | 0 | 23 | 305 | 117 | 55 |
| Binary | 11000 | 10011011 | 11001110 | 1011000 | 11001 | 0 | 10011 | 11000101 | 1001111 | 101101 |
Color Harmonies of #189BCE
Complementary color
Monochromatic Colors of #189BCE
Black with #189BCE
Text Example
Text Example
White with #189BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BCE; }
p { color: rgb(24,155,206); }
H1.HeaderClassName
{
color: #189BCE;
}
.AnyTagClassName
{
color: #189BCE;
}
</style>
background-color css
<style>
a { background-color: #189BCE; }
a { background-color: rgb(24,155,206); }
div.DivClassName
{
background-color: #189BCE;
}
.BgClassName
{
background-color: #189BCE;
}
</style>
border-color css
<style>
span { border-color: #189BCE; }
span { border-color: rgb(24,155,206); }
td.TdClassName
{
border-color: #189BCE;
}
.TagClassName
{
border-color: #189BCE;
}
</style>