Shades of Pacific Blue #149CDE
Tints of Pacific Blue #149CDE
RGB
CMYK
RGB Variations
Color information
#149CDE (or 0x149CDE) is known color: Pacific Blue. HEX triplet: 14, 9C and DE. RGB value is (20,156,222). Sum of RGB (Red+Green+Blue) = 20+156+222=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #149CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CDE is #EB6321. Grayscale: #7A7A7A. Windows color (decimal): -15426338 or 14588948. OLE color: 14588948.
HSL color Cylindrical-coordinate representation of color #149CDE: hue angle of 199.6º 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 #149CDE is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 156 | 222 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.13 |
| HSL | 199.6º | 0.83% | 0.47% | - |
| HSV(B) | 199.6º | 0.91% | 0.87% | - |
| XYZ | 25.36 | 29.2 | 73.41 | - |
| YUV | 122.86 | 183.94 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 222 | 0.91 | 0.30 | 0 | 0.13 | 199.6 | 0.83 | 0.47 |
| Hex | 14 | 9C | DE | 5B | 1E | 0 | D | C8 | 53 | 2F |
| Octal | 24 | 234 | 336 | 133 | 36 | 0 | 15 | 310 | 123 | 57 |
| Binary | 10100 | 10011100 | 11011110 | 1011011 | 11110 | 0 | 1101 | 11001000 | 1010011 | 101111 |
Color Harmonies of #149CDE
Complementary color
Monochromatic Colors of #149CDE
Black with #149CDE
Text Example
Text Example
White with #149CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CDE; }
p { color: rgb(20,156,222); }
H1.HeaderClassName
{
color: #149CDE;
}
.AnyTagClassName
{
color: #149CDE;
}
</style>
background-color css
<style>
a { background-color: #149CDE; }
a { background-color: rgb(20,156,222); }
div.DivClassName
{
background-color: #149CDE;
}
.BgClassName
{
background-color: #149CDE;
}
</style>
border-color css
<style>
span { border-color: #149CDE; }
span { border-color: rgb(20,156,222); }
td.TdClassName
{
border-color: #149CDE;
}
.TagClassName
{
border-color: #149CDE;
}
</style>