Shades of Pacific Blue #149EDC
Tints of Pacific Blue #149EDC
RGB
CMYK
RGB Variations
Color information
#149EDC (or 0x149EDC) is known color: Pacific Blue. HEX triplet: 14, 9E and DC. RGB value is (20,158,220). Sum of RGB (Red+Green+Blue) = 20+158+220=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #149EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149EDC is #EB6123. Grayscale: #7B7B7B. Windows color (decimal): -15425828 or 14458388. OLE color: 14458388.
HSL color Cylindrical-coordinate representation of color #149EDC: hue angle of 198.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149EDC is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 158 | 220 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.14 |
| HSL | 198.6º | 0.83% | 0.47% | - |
| HSV(B) | 198.6º | 0.91% | 0.86% | - |
| XYZ | 25.43 | 29.77 | 72.12 | - |
| YUV | 123.81 | 182.28 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 220 | 0.91 | 0.28 | 0 | 0.14 | 198.6 | 0.83 | 0.47 |
| Hex | 14 | 9E | DC | 5B | 1C | 0 | E | C7 | 53 | 2F |
| Octal | 24 | 236 | 334 | 133 | 34 | 0 | 16 | 307 | 123 | 57 |
| Binary | 10100 | 10011110 | 11011100 | 1011011 | 11100 | 0 | 1110 | 11000111 | 1010011 | 101111 |
Color Harmonies of #149EDC
Complementary color
Monochromatic Colors of #149EDC
Black with #149EDC
Text Example
Text Example
White with #149EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149EDC; }
p { color: rgb(20,158,220); }
H1.HeaderClassName
{
color: #149EDC;
}
.AnyTagClassName
{
color: #149EDC;
}
</style>
background-color css
<style>
a { background-color: #149EDC; }
a { background-color: rgb(20,158,220); }
div.DivClassName
{
background-color: #149EDC;
}
.BgClassName
{
background-color: #149EDC;
}
</style>
border-color css
<style>
span { border-color: #149EDC; }
span { border-color: rgb(20,158,220); }
td.TdClassName
{
border-color: #149EDC;
}
.TagClassName
{
border-color: #149EDC;
}
</style>