Shades of Pacific Blue #189FC9
Tints of Pacific Blue #189FC9
RGB
CMYK
RGB Variations
Color information
#189FC9 (or 0x189FC9) is known color: Pacific Blue. HEX triplet: 18, 9F and C9. RGB value is (24,159,201). Sum of RGB (Red+Green+Blue) = 24+159+201=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #189FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FC9 is #E76036. Grayscale: #7B7B7B. Windows color (decimal): -15163447 or 13213464. OLE color: 13213464.
HSL color Cylindrical-coordinate representation of color #189FC9: hue angle of 194.24º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189FC9 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 159 | 201 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.21 |
| HSL | 194.24º | 0.79% | 0.44% | - |
| HSV(B) | 194.24º | 0.88% | 0.79% | - |
| XYZ | 23.32 | 29.21 | 59.67 | - |
| YUV | 123.42 | 171.77 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 201 | 0.88 | 0.21 | 0 | 0.21 | 194.24 | 0.79 | 0.44 |
| Hex | 18 | 9F | C9 | 58 | 15 | 0 | 15 | C2 | 4F | 2C |
| Octal | 30 | 237 | 311 | 130 | 25 | 0 | 25 | 302 | 117 | 54 |
| Binary | 11000 | 10011111 | 11001001 | 1011000 | 10101 | 0 | 10101 | 11000010 | 1001111 | 101100 |
Color Harmonies of #189FC9
Complementary color
Monochromatic Colors of #189FC9
Black with #189FC9
Text Example
Text Example
White with #189FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FC9; }
p { color: rgb(24,159,201); }
H1.HeaderClassName
{
color: #189FC9;
}
.AnyTagClassName
{
color: #189FC9;
}
</style>
background-color css
<style>
a { background-color: #189FC9; }
a { background-color: rgb(24,159,201); }
div.DivClassName
{
background-color: #189FC9;
}
.BgClassName
{
background-color: #189FC9;
}
</style>
border-color css
<style>
span { border-color: #189FC9; }
span { border-color: rgb(24,159,201); }
td.TdClassName
{
border-color: #189FC9;
}
.TagClassName
{
border-color: #189FC9;
}
</style>