Shades of Pacific Blue #099ECD
Tints of Pacific Blue #099ECD
RGB
CMYK
RGB Variations
Color information
#099ECD (or 0x099ECD) is known color: Pacific Blue. HEX triplet: 09, 9E and CD. RGB value is (9,158,205). Sum of RGB (Red+Green+Blue) = 9+158+205=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #099ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ECD is #F66132. Grayscale: #767676. Windows color (decimal): -16146739 or 13475337. OLE color: 13475337.
HSL color Cylindrical-coordinate representation of color #099ECD: hue angle of 194.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099ECD is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 158 | 205 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.20 |
| HSL | 194.39º | 0.92% | 0.42% | - |
| HSV(B) | 194.39º | 0.96% | 0.8% | - |
| XYZ | 23.36 | 28.92 | 62.11 | - |
| YUV | 118.81 | 176.64 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 205 | 0.96 | 0.23 | 0 | 0.20 | 194.39 | 0.92 | 0.42 |
| Hex | 9 | 9E | CD | 60 | 17 | 0 | 14 | C2 | 5C | 2A |
| Octal | 11 | 236 | 315 | 140 | 27 | 0 | 24 | 302 | 134 | 52 |
| Binary | 1001 | 10011110 | 11001101 | 1100000 | 10111 | 0 | 10100 | 11000010 | 1011100 | 101010 |
Color Harmonies of #099ECD
Complementary color
Monochromatic Colors of #099ECD
Black with #099ECD
Text Example
Text Example
White with #099ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099ECD; }
p { color: rgb(9,158,205); }
H1.HeaderClassName
{
color: #099ECD;
}
.AnyTagClassName
{
color: #099ECD;
}
</style>
background-color css
<style>
a { background-color: #099ECD; }
a { background-color: rgb(9,158,205); }
div.DivClassName
{
background-color: #099ECD;
}
.BgClassName
{
background-color: #099ECD;
}
</style>
border-color css
<style>
span { border-color: #099ECD; }
span { border-color: rgb(9,158,205); }
td.TdClassName
{
border-color: #099ECD;
}
.TagClassName
{
border-color: #099ECD;
}
</style>