Shades of Pacific Blue #189BC8
Tints of Pacific Blue #189BC8
RGB
CMYK
RGB Variations
Color information
#189BC8 (or 0x189BC8) is known color: Pacific Blue. HEX triplet: 18, 9B and C8. RGB value is (24,155,200). Sum of RGB (Red+Green+Blue) = 24+155+200=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #189BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BC8 is #E76437. Grayscale: #787878. Windows color (decimal): -15164472 or 13146904. OLE color: 13146904.
HSL color Cylindrical-coordinate representation of color #189BC8: hue angle of 195.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189BC8 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 155 | 200 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.22 |
| HSL | 195.34º | 0.79% | 0.44% | - |
| HSV(B) | 195.34º | 0.88% | 0.78% | - |
| XYZ | 22.52 | 27.81 | 58.82 | - |
| YUV | 120.96 | 172.6 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 200 | 0.88 | 0.22 | 0 | 0.22 | 195.34 | 0.79 | 0.44 |
| Hex | 18 | 9B | C8 | 58 | 16 | 0 | 16 | C3 | 4F | 2C |
| Octal | 30 | 233 | 310 | 130 | 26 | 0 | 26 | 303 | 117 | 54 |
| Binary | 11000 | 10011011 | 11001000 | 1011000 | 10110 | 0 | 10110 | 11000011 | 1001111 | 101100 |
Color Harmonies of #189BC8
Complementary color
Monochromatic Colors of #189BC8
Black with #189BC8
Text Example
Text Example
White with #189BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BC8; }
p { color: rgb(24,155,200); }
H1.HeaderClassName
{
color: #189BC8;
}
.AnyTagClassName
{
color: #189BC8;
}
</style>
background-color css
<style>
a { background-color: #189BC8; }
a { background-color: rgb(24,155,200); }
div.DivClassName
{
background-color: #189BC8;
}
.BgClassName
{
background-color: #189BC8;
}
</style>
border-color css
<style>
span { border-color: #189BC8; }
span { border-color: rgb(24,155,200); }
td.TdClassName
{
border-color: #189BC8;
}
.TagClassName
{
border-color: #189BC8;
}
</style>