Shades of Pacific Blue #149CDD
Tints of Pacific Blue #149CDD
RGB
CMYK
RGB Variations
Color information
#149CDD (or 0x149CDD) is known color: Pacific Blue. HEX triplet: 14, 9C and DD. RGB value is (20,156,221). Sum of RGB (Red+Green+Blue) = 20+156+221=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #149CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CDD is #EB6322. Grayscale: #7A7A7A. Windows color (decimal): -15426339 or 14523412. OLE color: 14523412.
HSL color Cylindrical-coordinate representation of color #149CDD: hue angle of 199.4º 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 #149CDD is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 156 | 221 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.13 |
| HSL | 199.4º | 0.83% | 0.47% | - |
| HSV(B) | 199.4º | 0.91% | 0.87% | - |
| XYZ | 25.23 | 29.15 | 72.7 | - |
| YUV | 122.75 | 183.44 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 221 | 0.91 | 0.29 | 0 | 0.13 | 199.4 | 0.83 | 0.47 |
| Hex | 14 | 9C | DD | 5B | 1D | 0 | D | C7 | 53 | 2F |
| Octal | 24 | 234 | 335 | 133 | 35 | 0 | 15 | 307 | 123 | 57 |
| Binary | 10100 | 10011100 | 11011101 | 1011011 | 11101 | 0 | 1101 | 11000111 | 1010011 | 101111 |
Color Harmonies of #149CDD
Complementary color
Monochromatic Colors of #149CDD
Black with #149CDD
Text Example
Text Example
White with #149CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CDD; }
p { color: rgb(20,156,221); }
H1.HeaderClassName
{
color: #149CDD;
}
.AnyTagClassName
{
color: #149CDD;
}
</style>
background-color css
<style>
a { background-color: #149CDD; }
a { background-color: rgb(20,156,221); }
div.DivClassName
{
background-color: #149CDD;
}
.BgClassName
{
background-color: #149CDD;
}
</style>
border-color css
<style>
span { border-color: #149CDD; }
span { border-color: rgb(20,156,221); }
td.TdClassName
{
border-color: #149CDD;
}
.TagClassName
{
border-color: #149CDD;
}
</style>