Shades of Pacific Blue #189EDA
Tints of Pacific Blue #189EDA
RGB
CMYK
RGB Variations
Color information
#189EDA (or 0x189EDA) is known color: Pacific Blue. HEX triplet: 18, 9E and DA. RGB value is (24,158,218). Sum of RGB (Red+Green+Blue) = 24+158+218=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #189EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EDA is #E76125. Grayscale: #7C7C7C. Windows color (decimal): -15163686 or 14327320. OLE color: 14327320.
HSL color Cylindrical-coordinate representation of color #189EDA: hue angle of 198.56º 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 #189EDA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 158 | 218 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.15 |
| HSL | 198.56º | 0.8% | 0.47% | - |
| HSV(B) | 198.56º | 0.89% | 0.85% | - |
| XYZ | 25.26 | 29.71 | 70.73 | - |
| YUV | 124.77 | 180.61 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 218 | 0.89 | 0.28 | 0 | 0.15 | 198.56 | 0.8 | 0.47 |
| Hex | 18 | 9E | DA | 59 | 1C | 0 | F | C7 | 50 | 2F |
| Octal | 30 | 236 | 332 | 131 | 34 | 0 | 17 | 307 | 120 | 57 |
| Binary | 11000 | 10011110 | 11011010 | 1011001 | 11100 | 0 | 1111 | 11000111 | 1010000 | 101111 |
Color Harmonies of #189EDA
Complementary color
Monochromatic Colors of #189EDA
Black with #189EDA
Text Example
Text Example
White with #189EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EDA; }
p { color: rgb(24,158,218); }
H1.HeaderClassName
{
color: #189EDA;
}
.AnyTagClassName
{
color: #189EDA;
}
</style>
background-color css
<style>
a { background-color: #189EDA; }
a { background-color: rgb(24,158,218); }
div.DivClassName
{
background-color: #189EDA;
}
.BgClassName
{
background-color: #189EDA;
}
</style>
border-color css
<style>
span { border-color: #189EDA; }
span { border-color: rgb(24,158,218); }
td.TdClassName
{
border-color: #189EDA;
}
.TagClassName
{
border-color: #189EDA;
}
</style>