Shades of Pacific Blue #0998CC
Tints of Pacific Blue #0998CC
RGB
CMYK
RGB Variations
Color information
#0998CC (or 0x0998CC) is known color: Pacific Blue. HEX triplet: 09, 98 and CC. RGB value is (9,152,204). Sum of RGB (Red+Green+Blue) = 9+152+204=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #0998CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998CC is #F66733. Grayscale: #727272. Windows color (decimal): -16148276 or 13408265. OLE color: 13408265.
HSL color Cylindrical-coordinate representation of color #0998CC: hue angle of 196º 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 #0998CC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 152 | 204 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.2 |
| HSL | 196º | 0.92% | 0.42% | - |
| HSV(B) | 196º | 0.96% | 0.8% | - |
| XYZ | 22.24 | 26.87 | 61.14 | - |
| YUV | 115.17 | 178.12 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 204 | 0.96 | 0.25 | 0 | 0.2 | 196 | 0.92 | 0.42 |
| Hex | 9 | 98 | CC | 60 | 19 | 0 | 14 | C4 | 5C | 2A |
| Octal | 11 | 230 | 314 | 140 | 31 | 0 | 24 | 304 | 134 | 52 |
| Binary | 1001 | 10011000 | 11001100 | 1100000 | 11001 | 0 | 10100 | 11000100 | 1011100 | 101010 |
Color Harmonies of #0998CC
Complementary color
Monochromatic Colors of #0998CC
Black with #0998CC
Text Example
Text Example
White with #0998CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0998CC; }
p { color: rgb(9,152,204); }
H1.HeaderClassName
{
color: #0998CC;
}
.AnyTagClassName
{
color: #0998CC;
}
</style>
background-color css
<style>
a { background-color: #0998CC; }
a { background-color: rgb(9,152,204); }
div.DivClassName
{
background-color: #0998CC;
}
.BgClassName
{
background-color: #0998CC;
}
</style>
border-color css
<style>
span { border-color: #0998CC; }
span { border-color: rgb(9,152,204); }
td.TdClassName
{
border-color: #0998CC;
}
.TagClassName
{
border-color: #0998CC;
}
</style>