Shades of Pacific Blue #0099C6
Tints of Pacific Blue #0099C6
RGB
CMYK
RGB Variations
Color information
#0099C6 (or 0x0099C6) is known color: Pacific Blue. HEX triplet: 00, 99 and C6. RGB value is (0,153,198). Sum of RGB (Red+Green+Blue) = 0+153+198=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #0099C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099C6 is #FF6639. Grayscale: #707070. Windows color (decimal): -16737850 or 13015296. OLE color: 13015296.
HSL color Cylindrical-coordinate representation of color #0099C6: hue angle of 193.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099C6 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 153 | 198 | - |
| CMYK | 1 | 0.23 | 0 | 0.22 |
| HSL | 193.64º | 1% | 0.39% | - |
| HSV(B) | 193.64º | 1% | 0.78% | - |
| XYZ | 21.58 | 26.86 | 57.47 | - |
| YUV | 112.38 | 176.31 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 198 | 1 | 0.23 | 0 | 0.22 | 193.64 | 1 | 0.39 |
| Hex | 0 | 99 | C6 | 64 | 17 | 0 | 16 | C2 | 64 | 27 |
| Octal | 0 | 231 | 306 | 144 | 27 | 0 | 26 | 302 | 144 | 47 |
| Binary | 0 | 10011001 | 11000110 | 1100100 | 10111 | 0 | 10110 | 11000010 | 1100100 | 100111 |
Color Harmonies of #0099C6
Complementary color
Monochromatic Colors of #0099C6
Black with #0099C6
Text Example
Text Example
White with #0099C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099C6; }
p { color: rgb(0,153,198); }
H1.HeaderClassName
{
color: #0099C6;
}
.AnyTagClassName
{
color: #0099C6;
}
</style>
background-color css
<style>
a { background-color: #0099C6; }
a { background-color: rgb(0,153,198); }
div.DivClassName
{
background-color: #0099C6;
}
.BgClassName
{
background-color: #0099C6;
}
</style>
border-color css
<style>
span { border-color: #0099C6; }
span { border-color: rgb(0,153,198); }
td.TdClassName
{
border-color: #0099C6;
}
.TagClassName
{
border-color: #0099C6;
}
</style>