Shades of Pacific Blue #149EDD
Tints of Pacific Blue #149EDD
RGB
CMYK
RGB Variations
Color information
#149EDD (or 0x149EDD) is known color: Pacific Blue. HEX triplet: 14, 9E and DD. RGB value is (20,158,221). Sum of RGB (Red+Green+Blue) = 20+158+221=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #149EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149EDD is #EB6122. Grayscale: #7B7B7B. Windows color (decimal): -15425827 or 14523924. OLE color: 14523924.
HSL color Cylindrical-coordinate representation of color #149EDD: hue angle of 198.81º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149EDD is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 158 | 221 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.13 |
| HSL | 198.81º | 0.83% | 0.47% | - |
| HSV(B) | 198.81º | 0.91% | 0.87% | - |
| XYZ | 25.57 | 29.82 | 72.82 | - |
| YUV | 123.92 | 182.78 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 221 | 0.91 | 0.29 | 0 | 0.13 | 198.81 | 0.83 | 0.47 |
| Hex | 14 | 9E | DD | 5B | 1D | 0 | D | C7 | 53 | 2F |
| Octal | 24 | 236 | 335 | 133 | 35 | 0 | 15 | 307 | 123 | 57 |
| Binary | 10100 | 10011110 | 11011101 | 1011011 | 11101 | 0 | 1101 | 11000111 | 1010011 | 101111 |
Color Harmonies of #149EDD
Complementary color
Monochromatic Colors of #149EDD
Black with #149EDD
Text Example
Text Example
White with #149EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EDD; }
p { color: rgb(20,158,221); }
H1.HeaderClassName
{
color: #149EDD;
}
.AnyTagClassName
{
color: #149EDD;
}
</style>
background-color css
<style>
a { background-color: #149EDD; }
a { background-color: rgb(20,158,221); }
div.DivClassName
{
background-color: #149EDD;
}
.BgClassName
{
background-color: #149EDD;
}
</style>
border-color css
<style>
span { border-color: #149EDD; }
span { border-color: rgb(20,158,221); }
td.TdClassName
{
border-color: #149EDD;
}
.TagClassName
{
border-color: #149EDD;
}
</style>