Shades of Pacific Blue #099CC6
Tints of Pacific Blue #099CC6
RGB
CMYK
RGB Variations
Color information
#099CC6 (or 0x099CC6) is known color: Pacific Blue. HEX triplet: 09, 9C and C6. RGB value is (9,156,198). Sum of RGB (Red+Green+Blue) = 9+156+198=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #099CC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CC6 is #F66339. Grayscale: #747474. Windows color (decimal): -16147258 or 13016073. OLE color: 13016073.
HSL color Cylindrical-coordinate representation of color #099CC6: hue angle of 193.33º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099CC6 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 156 | 198 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.22 |
| HSL | 193.33º | 0.91% | 0.41% | - |
| HSV(B) | 193.33º | 0.95% | 0.78% | - |
| XYZ | 22.19 | 27.91 | 57.64 | - |
| YUV | 116.84 | 173.8 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 198 | 0.95 | 0.21 | 0 | 0.22 | 193.33 | 0.91 | 0.41 |
| Hex | 9 | 9C | C6 | 5F | 15 | 0 | 16 | C1 | 5B | 29 |
| Octal | 11 | 234 | 306 | 137 | 25 | 0 | 26 | 301 | 133 | 51 |
| Binary | 1001 | 10011100 | 11000110 | 1011111 | 10101 | 0 | 10110 | 11000001 | 1011011 | 101001 |
Color Harmonies of #099CC6
Complementary color
Monochromatic Colors of #099CC6
Black with #099CC6
Text Example
Text Example
White with #099CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CC6; }
p { color: rgb(9,156,198); }
H1.HeaderClassName
{
color: #099CC6;
}
.AnyTagClassName
{
color: #099CC6;
}
</style>
background-color css
<style>
a { background-color: #099CC6; }
a { background-color: rgb(9,156,198); }
div.DivClassName
{
background-color: #099CC6;
}
.BgClassName
{
background-color: #099CC6;
}
</style>
border-color css
<style>
span { border-color: #099CC6; }
span { border-color: rgb(9,156,198); }
td.TdClassName
{
border-color: #099CC6;
}
.TagClassName
{
border-color: #099CC6;
}
</style>