Shades of Pacific Blue #149DDA
Tints of Pacific Blue #149DDA
RGB
CMYK
RGB Variations
Color information
#149DDA (or 0x149DDA) is known color: Pacific Blue. HEX triplet: 14, 9D and DA. RGB value is (20,157,218). Sum of RGB (Red+Green+Blue) = 20+157+218=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #149DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DDA is #EB6225. Grayscale: #7A7A7A. Windows color (decimal): -15426086 or 14327060. OLE color: 14327060.
HSL color Cylindrical-coordinate representation of color #149DDA: hue angle of 198.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149DDA is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 157 | 218 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.15 |
| HSL | 198.48º | 0.83% | 0.47% | - |
| HSV(B) | 198.48º | 0.91% | 0.85% | - |
| XYZ | 25 | 29.32 | 70.67 | - |
| YUV | 122.99 | 181.61 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 218 | 0.91 | 0.28 | 0 | 0.15 | 198.48 | 0.83 | 0.47 |
| Hex | 14 | 9D | DA | 5B | 1C | 0 | F | C6 | 53 | 2F |
| Octal | 24 | 235 | 332 | 133 | 34 | 0 | 17 | 306 | 123 | 57 |
| Binary | 10100 | 10011101 | 11011010 | 1011011 | 11100 | 0 | 1111 | 11000110 | 1010011 | 101111 |
Color Harmonies of #149DDA
Complementary color
Monochromatic Colors of #149DDA
Black with #149DDA
Text Example
Text Example
White with #149DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DDA; }
p { color: rgb(20,157,218); }
H1.HeaderClassName
{
color: #149DDA;
}
.AnyTagClassName
{
color: #149DDA;
}
</style>
background-color css
<style>
a { background-color: #149DDA; }
a { background-color: rgb(20,157,218); }
div.DivClassName
{
background-color: #149DDA;
}
.BgClassName
{
background-color: #149DDA;
}
</style>
border-color css
<style>
span { border-color: #149DDA; }
span { border-color: rgb(20,157,218); }
td.TdClassName
{
border-color: #149DDA;
}
.TagClassName
{
border-color: #149DDA;
}
</style>