Shades of Pacific Blue #149ED0
Tints of Pacific Blue #149ED0
RGB
CMYK
RGB Variations
Color information
#149ED0 (or 0x149ED0) is known color: Pacific Blue. HEX triplet: 14, 9E and D0. RGB value is (20,158,208). Sum of RGB (Red+Green+Blue) = 20+158+208=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #149ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ED0 is #EB612F. Grayscale: #7A7A7A. Windows color (decimal): -15425840 or 13671956. OLE color: 13671956.
HSL color Cylindrical-coordinate representation of color #149ED0: hue angle of 195.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149ED0 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 158 | 208 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.18 |
| HSL | 195.96º | 0.82% | 0.45% | - |
| HSV(B) | 195.96º | 0.9% | 0.82% | - |
| XYZ | 23.9 | 29.16 | 64.04 | - |
| YUV | 122.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 208 | 0.90 | 0.24 | 0 | 0.18 | 195.96 | 0.82 | 0.45 |
| Hex | 14 | 9E | D0 | 5A | 18 | 0 | 12 | C4 | 52 | 2D |
| Octal | 24 | 236 | 320 | 132 | 30 | 0 | 22 | 304 | 122 | 55 |
| Binary | 10100 | 10011110 | 11010000 | 1011010 | 11000 | 0 | 10010 | 11000100 | 1010010 | 101101 |
Color Harmonies of #149ED0
Complementary color
Monochromatic Colors of #149ED0
Black with #149ED0
Text Example
Text Example
White with #149ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ED0; }
p { color: rgb(20,158,208); }
H1.HeaderClassName
{
color: #149ED0;
}
.AnyTagClassName
{
color: #149ED0;
}
</style>
background-color css
<style>
a { background-color: #149ED0; }
a { background-color: rgb(20,158,208); }
div.DivClassName
{
background-color: #149ED0;
}
.BgClassName
{
background-color: #149ED0;
}
</style>
border-color css
<style>
span { border-color: #149ED0; }
span { border-color: rgb(20,158,208); }
td.TdClassName
{
border-color: #149ED0;
}
.TagClassName
{
border-color: #149ED0;
}
</style>