Shades of Pacific Blue #099CDC
Tints of Pacific Blue #099CDC
RGB
CMYK
RGB Variations
Color information
#099CDC (or 0x099CDC) is known color: Pacific Blue. HEX triplet: 09, 9C and DC. RGB value is (9,156,220). Sum of RGB (Red+Green+Blue) = 9+156+220=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #099CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CDC is #F66323. Grayscale: #767676. Windows color (decimal): -16147236 or 14457865. OLE color: 14457865.
HSL color Cylindrical-coordinate representation of color #099CDC: hue angle of 198.2º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CDC is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 156 | 220 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.14 |
| HSL | 198.2º | 0.92% | 0.45% | - |
| HSV(B) | 198.2º | 0.96% | 0.86% | - |
| XYZ | 24.92 | 29 | 71.99 | - |
| YUV | 119.34 | 184.8 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 220 | 0.96 | 0.29 | 0 | 0.14 | 198.2 | 0.92 | 0.45 |
| Hex | 9 | 9C | DC | 60 | 1D | 0 | E | C6 | 5C | 2D |
| Octal | 11 | 234 | 334 | 140 | 35 | 0 | 16 | 306 | 134 | 55 |
| Binary | 1001 | 10011100 | 11011100 | 1100000 | 11101 | 0 | 1110 | 11000110 | 1011100 | 101101 |
Color Harmonies of #099CDC
Complementary color
Monochromatic Colors of #099CDC
Black with #099CDC
Text Example
Text Example
White with #099CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CDC; }
p { color: rgb(9,156,220); }
H1.HeaderClassName
{
color: #099CDC;
}
.AnyTagClassName
{
color: #099CDC;
}
</style>
background-color css
<style>
a { background-color: #099CDC; }
a { background-color: rgb(9,156,220); }
div.DivClassName
{
background-color: #099CDC;
}
.BgClassName
{
background-color: #099CDC;
}
</style>
border-color css
<style>
span { border-color: #099CDC; }
span { border-color: rgb(9,156,220); }
td.TdClassName
{
border-color: #099CDC;
}
.TagClassName
{
border-color: #099CDC;
}
</style>