Shades of Pacific Blue #149CCF
Tints of Pacific Blue #149CCF
RGB
CMYK
RGB Variations
Color information
#149CCF (or 0x149CCF) is known color: Pacific Blue. HEX triplet: 14, 9C and CF. RGB value is (20,156,207). Sum of RGB (Red+Green+Blue) = 20+156+207=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #149CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CCF is #EB6330. Grayscale: #787878. Windows color (decimal): -15426353 or 13605908. OLE color: 13605908.
HSL color Cylindrical-coordinate representation of color #149CCF: hue angle of 196.36º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149CCF is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 156 | 207 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.19 |
| HSL | 196.36º | 0.82% | 0.45% | - |
| HSV(B) | 196.36º | 0.9% | 0.81% | - |
| XYZ | 23.44 | 28.43 | 63.28 | - |
| YUV | 121.15 | 176.44 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 207 | 0.90 | 0.25 | 0 | 0.19 | 196.36 | 0.82 | 0.45 |
| Hex | 14 | 9C | CF | 5A | 19 | 0 | 13 | C4 | 52 | 2D |
| Octal | 24 | 234 | 317 | 132 | 31 | 0 | 23 | 304 | 122 | 55 |
| Binary | 10100 | 10011100 | 11001111 | 1011010 | 11001 | 0 | 10011 | 11000100 | 1010010 | 101101 |
Color Harmonies of #149CCF
Complementary color
Monochromatic Colors of #149CCF
Black with #149CCF
Text Example
Text Example
White with #149CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CCF; }
p { color: rgb(20,156,207); }
H1.HeaderClassName
{
color: #149CCF;
}
.AnyTagClassName
{
color: #149CCF;
}
</style>
background-color css
<style>
a { background-color: #149CCF; }
a { background-color: rgb(20,156,207); }
div.DivClassName
{
background-color: #149CCF;
}
.BgClassName
{
background-color: #149CCF;
}
</style>
border-color css
<style>
span { border-color: #149CCF; }
span { border-color: rgb(20,156,207); }
td.TdClassName
{
border-color: #149CCF;
}
.TagClassName
{
border-color: #149CCF;
}
</style>