Shades of Pacific Blue #189DDA
Tints of Pacific Blue #189DDA
RGB
CMYK
RGB Variations
Color information
#189DDA (or 0x189DDA) is known color: Pacific Blue. HEX triplet: 18, 9D and DA. RGB value is (24,157,218). Sum of RGB (Red+Green+Blue) = 24+157+218=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #189DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DDA is #E76225. Grayscale: #7B7B7B. Windows color (decimal): -15163942 or 14327064. OLE color: 14327064.
HSL color Cylindrical-coordinate representation of color #189DDA: hue angle of 198.87º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189DDA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 157 | 218 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.15 |
| HSL | 198.87º | 0.8% | 0.47% | - |
| HSV(B) | 198.87º | 0.89% | 0.85% | - |
| XYZ | 25.09 | 29.37 | 70.68 | - |
| YUV | 124.19 | 180.94 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 218 | 0.89 | 0.28 | 0 | 0.15 | 198.87 | 0.8 | 0.47 |
| Hex | 18 | 9D | DA | 59 | 1C | 0 | F | C7 | 50 | 2F |
| Octal | 30 | 235 | 332 | 131 | 34 | 0 | 17 | 307 | 120 | 57 |
| Binary | 11000 | 10011101 | 11011010 | 1011001 | 11100 | 0 | 1111 | 11000111 | 1010000 | 101111 |
Color Harmonies of #189DDA
Complementary color
Monochromatic Colors of #189DDA
Black with #189DDA
Text Example
Text Example
White with #189DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189DDA; }
p { color: rgb(24,157,218); }
H1.HeaderClassName
{
color: #189DDA;
}
.AnyTagClassName
{
color: #189DDA;
}
</style>
background-color css
<style>
a { background-color: #189DDA; }
a { background-color: rgb(24,157,218); }
div.DivClassName
{
background-color: #189DDA;
}
.BgClassName
{
background-color: #189DDA;
}
</style>
border-color css
<style>
span { border-color: #189DDA; }
span { border-color: rgb(24,157,218); }
td.TdClassName
{
border-color: #189DDA;
}
.TagClassName
{
border-color: #189DDA;
}
</style>