Shades of Pacific Blue #009CDB
Tints of Pacific Blue #009CDB
RGB
CMYK
RGB Variations
Color information
#009CDB (or 0x009CDB) is known color: Pacific Blue. HEX triplet: 00, 9C and DB. RGB value is (0,156,219). Sum of RGB (Red+Green+Blue) = 0+156+219=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #009CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CDB is #FF6324. Grayscale: #747474. Windows color (decimal): -16737061 or 14392320. OLE color: 14392320.
HSL color Cylindrical-coordinate representation of color #009CDB: hue angle of 197.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CDB is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 156 | 219 | - |
| CMYK | 1 | 0.29 | 0 | 0.14 |
| HSL | 197.26º | 1% | 0.43% | - |
| HSV(B) | 197.26º | 1% | 0.86% | - |
| XYZ | 24.67 | 28.89 | 71.29 | - |
| YUV | 116.54 | 185.82 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 219 | 1 | 0.29 | 0 | 0.14 | 197.26 | 1 | 0.43 |
| Hex | 0 | 9C | DB | 64 | 1D | 0 | E | C5 | 64 | 2B |
| Octal | 0 | 234 | 333 | 144 | 35 | 0 | 16 | 305 | 144 | 53 |
| Binary | 0 | 10011100 | 11011011 | 1100100 | 11101 | 0 | 1110 | 11000101 | 1100100 | 101011 |
Color Harmonies of #009CDB
Complementary color
Monochromatic Colors of #009CDB
Black with #009CDB
Text Example
Text Example
White with #009CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CDB; }
p { color: rgb(0,156,219); }
H1.HeaderClassName
{
color: #009CDB;
}
.AnyTagClassName
{
color: #009CDB;
}
</style>
background-color css
<style>
a { background-color: #009CDB; }
a { background-color: rgb(0,156,219); }
div.DivClassName
{
background-color: #009CDB;
}
.BgClassName
{
background-color: #009CDB;
}
</style>
border-color css
<style>
span { border-color: #009CDB; }
span { border-color: rgb(0,156,219); }
td.TdClassName
{
border-color: #009CDB;
}
.TagClassName
{
border-color: #009CDB;
}
</style>