Shades of Pacific Blue #149CCB
Tints of Pacific Blue #149CCB
RGB
CMYK
RGB Variations
Color information
#149CCB (or 0x149CCB) is known color: Pacific Blue. HEX triplet: 14, 9C and CB. RGB value is (20,156,203). Sum of RGB (Red+Green+Blue) = 20+156+203=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #149CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CCB is #EB6334. Grayscale: #787878. Windows color (decimal): -15426357 or 13343764. OLE color: 13343764.
HSL color Cylindrical-coordinate representation of color #149CCB: hue angle of 195.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149CCB is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 156 | 203 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.20 |
| HSL | 195.41º | 0.82% | 0.44% | - |
| HSV(B) | 195.41º | 0.9% | 0.8% | - |
| XYZ | 22.96 | 28.24 | 60.74 | - |
| YUV | 120.69 | 174.44 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 203 | 0.90 | 0.23 | 0 | 0.20 | 195.41 | 0.82 | 0.44 |
| Hex | 14 | 9C | CB | 5A | 17 | 0 | 14 | C3 | 52 | 2C |
| Octal | 24 | 234 | 313 | 132 | 27 | 0 | 24 | 303 | 122 | 54 |
| Binary | 10100 | 10011100 | 11001011 | 1011010 | 10111 | 0 | 10100 | 11000011 | 1010010 | 101100 |
Color Harmonies of #149CCB
Complementary color
Monochromatic Colors of #149CCB
Black with #149CCB
Text Example
Text Example
White with #149CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CCB; }
p { color: rgb(20,156,203); }
H1.HeaderClassName
{
color: #149CCB;
}
.AnyTagClassName
{
color: #149CCB;
}
</style>
background-color css
<style>
a { background-color: #149CCB; }
a { background-color: rgb(20,156,203); }
div.DivClassName
{
background-color: #149CCB;
}
.BgClassName
{
background-color: #149CCB;
}
</style>
border-color css
<style>
span { border-color: #149CCB; }
span { border-color: rgb(20,156,203); }
td.TdClassName
{
border-color: #149CCB;
}
.TagClassName
{
border-color: #149CCB;
}
</style>