Shades of Pacific Blue #149ED8
Tints of Pacific Blue #149ED8
RGB
CMYK
RGB Variations
Color information
#149ED8 (or 0x149ED8) is known color: Pacific Blue. HEX triplet: 14, 9E and D8. RGB value is (20,158,216). Sum of RGB (Red+Green+Blue) = 20+158+216=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #149ED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ED8 is #EB6127. Grayscale: #7A7A7A. Windows color (decimal): -15425832 or 14196244. OLE color: 14196244.
HSL color Cylindrical-coordinate representation of color #149ED8: hue angle of 197.76º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149ED8 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 158 | 216 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.15 |
| HSL | 197.76º | 0.83% | 0.46% | - |
| HSV(B) | 197.76º | 0.91% | 0.85% | - |
| XYZ | 24.91 | 29.56 | 69.36 | - |
| YUV | 123.35 | 180.28 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 216 | 0.91 | 0.27 | 0 | 0.15 | 197.76 | 0.83 | 0.46 |
| Hex | 14 | 9E | D8 | 5B | 1B | 0 | F | C6 | 53 | 2E |
| Octal | 24 | 236 | 330 | 133 | 33 | 0 | 17 | 306 | 123 | 56 |
| Binary | 10100 | 10011110 | 11011000 | 1011011 | 11011 | 0 | 1111 | 11000110 | 1010011 | 101110 |
Color Harmonies of #149ED8
Complementary color
Monochromatic Colors of #149ED8
Black with #149ED8
Text Example
Text Example
White with #149ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ED8; }
p { color: rgb(20,158,216); }
H1.HeaderClassName
{
color: #149ED8;
}
.AnyTagClassName
{
color: #149ED8;
}
</style>
background-color css
<style>
a { background-color: #149ED8; }
a { background-color: rgb(20,158,216); }
div.DivClassName
{
background-color: #149ED8;
}
.BgClassName
{
background-color: #149ED8;
}
</style>
border-color css
<style>
span { border-color: #149ED8; }
span { border-color: rgb(20,158,216); }
td.TdClassName
{
border-color: #149ED8;
}
.TagClassName
{
border-color: #149ED8;
}
</style>