Shades of Pacific Blue #099EC6
Tints of Pacific Blue #099EC6
RGB
CMYK
RGB Variations
Color information
#099EC6 (or 0x099EC6) is known color: Pacific Blue. HEX triplet: 09, 9E and C6. RGB value is (9,158,198). Sum of RGB (Red+Green+Blue) = 9+158+198=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #099EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EC6 is #F66139. Grayscale: #757575. Windows color (decimal): -16146746 or 13016585. OLE color: 13016585.
HSL color Cylindrical-coordinate representation of color #099EC6: hue angle of 192.7º 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 #099EC6 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 158 | 198 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.22 |
| HSL | 192.7º | 0.91% | 0.41% | - |
| HSV(B) | 192.7º | 0.95% | 0.78% | - |
| XYZ | 22.53 | 28.59 | 57.76 | - |
| YUV | 118.01 | 173.14 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 198 | 0.95 | 0.20 | 0 | 0.22 | 192.7 | 0.91 | 0.41 |
| Hex | 9 | 9E | C6 | 5F | 14 | 0 | 16 | C1 | 5B | 29 |
| Octal | 11 | 236 | 306 | 137 | 24 | 0 | 26 | 301 | 133 | 51 |
| Binary | 1001 | 10011110 | 11000110 | 1011111 | 10100 | 0 | 10110 | 11000001 | 1011011 | 101001 |
Color Harmonies of #099EC6
Complementary color
Monochromatic Colors of #099EC6
Black with #099EC6
Text Example
Text Example
White with #099EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EC6; }
p { color: rgb(9,158,198); }
H1.HeaderClassName
{
color: #099EC6;
}
.AnyTagClassName
{
color: #099EC6;
}
</style>
background-color css
<style>
a { background-color: #099EC6; }
a { background-color: rgb(9,158,198); }
div.DivClassName
{
background-color: #099EC6;
}
.BgClassName
{
background-color: #099EC6;
}
</style>
border-color css
<style>
span { border-color: #099EC6; }
span { border-color: rgb(9,158,198); }
td.TdClassName
{
border-color: #099EC6;
}
.TagClassName
{
border-color: #099EC6;
}
</style>