Shades of Pacific Blue #149ECE
Tints of Pacific Blue #149ECE
RGB
CMYK
RGB Variations
Color information
#149ECE (or 0x149ECE) is known color: Pacific Blue. HEX triplet: 14, 9E and CE. RGB value is (20,158,206). Sum of RGB (Red+Green+Blue) = 20+158+206=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #149ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ECE is #EB6131. Grayscale: #797979. Windows color (decimal): -15425842 or 13540884. OLE color: 13540884.
HSL color Cylindrical-coordinate representation of color #149ECE: hue angle of 195.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149ECE is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 158 | 206 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.19 |
| HSL | 195.48º | 0.82% | 0.44% | - |
| HSV(B) | 195.48º | 0.9% | 0.81% | - |
| XYZ | 23.66 | 29.06 | 62.75 | - |
| YUV | 122.21 | 175.28 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 206 | 0.90 | 0.23 | 0 | 0.19 | 195.48 | 0.82 | 0.44 |
| Hex | 14 | 9E | CE | 5A | 17 | 0 | 13 | C3 | 52 | 2C |
| Octal | 24 | 236 | 316 | 132 | 27 | 0 | 23 | 303 | 122 | 54 |
| Binary | 10100 | 10011110 | 11001110 | 1011010 | 10111 | 0 | 10011 | 11000011 | 1010010 | 101100 |
Color Harmonies of #149ECE
Complementary color
Monochromatic Colors of #149ECE
Black with #149ECE
Text Example
Text Example
White with #149ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149ECE; }
p { color: rgb(20,158,206); }
H1.HeaderClassName
{
color: #149ECE;
}
.AnyTagClassName
{
color: #149ECE;
}
</style>
background-color css
<style>
a { background-color: #149ECE; }
a { background-color: rgb(20,158,206); }
div.DivClassName
{
background-color: #149ECE;
}
.BgClassName
{
background-color: #149ECE;
}
</style>
border-color css
<style>
span { border-color: #149ECE; }
span { border-color: rgb(20,158,206); }
td.TdClassName
{
border-color: #149ECE;
}
.TagClassName
{
border-color: #149ECE;
}
</style>