Shades of Pacific Blue #098CCC
Tints of Pacific Blue #098CCC
RGB
CMYK
RGB Variations
Color information
#098CCC (or 0x098CCC) is known color: Pacific Blue. HEX triplet: 09, 8C and CC. RGB value is (9,140,204). Sum of RGB (Red+Green+Blue) = 9+140+204=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #098CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CCC is #F67333. Grayscale: #6B6B6B. Windows color (decimal): -16151348 or 13405193. OLE color: 13405193.
HSL color Cylindrical-coordinate representation of color #098CCC: hue angle of 199.69º 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 #098CCC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 140 | 204 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.2 |
| HSL | 199.69º | 0.92% | 0.42% | - |
| HSV(B) | 199.69º | 0.96% | 0.8% | - |
| XYZ | 20.39 | 23.17 | 60.53 | - |
| YUV | 108.13 | 182.1 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 204 | 0.96 | 0.31 | 0 | 0.2 | 199.69 | 0.92 | 0.42 |
| Hex | 9 | 8C | CC | 60 | 1F | 0 | 14 | C8 | 5C | 2A |
| Octal | 11 | 214 | 314 | 140 | 37 | 0 | 24 | 310 | 134 | 52 |
| Binary | 1001 | 10001100 | 11001100 | 1100000 | 11111 | 0 | 10100 | 11001000 | 1011100 | 101010 |
Color Harmonies of #098CCC
Complementary color
Monochromatic Colors of #098CCC
Black with #098CCC
Text Example
Text Example
White with #098CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CCC; }
p { color: rgb(9,140,204); }
H1.HeaderClassName
{
color: #098CCC;
}
.AnyTagClassName
{
color: #098CCC;
}
</style>
background-color css
<style>
a { background-color: #098CCC; }
a { background-color: rgb(9,140,204); }
div.DivClassName
{
background-color: #098CCC;
}
.BgClassName
{
background-color: #098CCC;
}
</style>
border-color css
<style>
span { border-color: #098CCC; }
span { border-color: rgb(9,140,204); }
td.TdClassName
{
border-color: #098CCC;
}
.TagClassName
{
border-color: #098CCC;
}
</style>