Shades of Pacific Blue #149CDA
Tints of Pacific Blue #149CDA
RGB
CMYK
RGB Variations
Color information
#149CDA (or 0x149CDA) is known color: Pacific Blue. HEX triplet: 14, 9C and DA. RGB value is (20,156,218). Sum of RGB (Red+Green+Blue) = 20+156+218=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #149CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CDA is #EB6325. Grayscale: #7A7A7A. Windows color (decimal): -15426342 or 14326804. OLE color: 14326804.
HSL color Cylindrical-coordinate representation of color #149CDA: hue angle of 198.79º 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 #149CDA is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 156 | 218 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.15 |
| HSL | 198.79º | 0.83% | 0.47% | - |
| HSV(B) | 198.79º | 0.91% | 0.85% | - |
| XYZ | 24.83 | 28.99 | 70.62 | - |
| YUV | 122.4 | 181.94 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 218 | 0.91 | 0.28 | 0 | 0.15 | 198.79 | 0.83 | 0.47 |
| Hex | 14 | 9C | DA | 5B | 1C | 0 | F | C7 | 53 | 2F |
| Octal | 24 | 234 | 332 | 133 | 34 | 0 | 17 | 307 | 123 | 57 |
| Binary | 10100 | 10011100 | 11011010 | 1011011 | 11100 | 0 | 1111 | 11000111 | 1010011 | 101111 |
Color Harmonies of #149CDA
Complementary color
Monochromatic Colors of #149CDA
Black with #149CDA
Text Example
Text Example
White with #149CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CDA; }
p { color: rgb(20,156,218); }
H1.HeaderClassName
{
color: #149CDA;
}
.AnyTagClassName
{
color: #149CDA;
}
</style>
background-color css
<style>
a { background-color: #149CDA; }
a { background-color: rgb(20,156,218); }
div.DivClassName
{
background-color: #149CDA;
}
.BgClassName
{
background-color: #149CDA;
}
</style>
border-color css
<style>
span { border-color: #149CDA; }
span { border-color: rgb(20,156,218); }
td.TdClassName
{
border-color: #149CDA;
}
.TagClassName
{
border-color: #149CDA;
}
</style>