Shades of Pacific Blue #099CC1
Tints of Pacific Blue #099CC1
RGB
CMYK
RGB Variations
Color information
#099CC1 (or 0x099CC1) is known color: Pacific Blue. HEX triplet: 09, 9C and C1. RGB value is (9,156,193). Sum of RGB (Red+Green+Blue) = 9+156+193=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #099CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CC1 is #F6633E. Grayscale: #737373. Windows color (decimal): -16147263 or 12688393. OLE color: 12688393.
HSL color Cylindrical-coordinate representation of color #099CC1: hue angle of 192.07º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099CC1 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 156 | 193 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.24 |
| HSL | 192.07º | 0.91% | 0.4% | - |
| HSV(B) | 192.07º | 0.95% | 0.76% | - |
| XYZ | 21.63 | 27.69 | 54.66 | - |
| YUV | 116.27 | 171.3 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 193 | 0.95 | 0.19 | 0 | 0.24 | 192.07 | 0.91 | 0.4 |
| Hex | 9 | 9C | C1 | 5F | 13 | 0 | 18 | C0 | 5B | 28 |
| Octal | 11 | 234 | 301 | 137 | 23 | 0 | 30 | 300 | 133 | 50 |
| Binary | 1001 | 10011100 | 11000001 | 1011111 | 10011 | 0 | 11000 | 11000000 | 1011011 | 101000 |
Color Harmonies of #099CC1
Complementary color
Monochromatic Colors of #099CC1
Black with #099CC1
Text Example
Text Example
White with #099CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CC1; }
p { color: rgb(9,156,193); }
H1.HeaderClassName
{
color: #099CC1;
}
.AnyTagClassName
{
color: #099CC1;
}
</style>
background-color css
<style>
a { background-color: #099CC1; }
a { background-color: rgb(9,156,193); }
div.DivClassName
{
background-color: #099CC1;
}
.BgClassName
{
background-color: #099CC1;
}
</style>
border-color css
<style>
span { border-color: #099CC1; }
span { border-color: rgb(9,156,193); }
td.TdClassName
{
border-color: #099CC1;
}
.TagClassName
{
border-color: #099CC1;
}
</style>