Shades of Pacific Blue #0998DA
Tints of Pacific Blue #0998DA
RGB
CMYK
RGB Variations
Color information
#0998DA (or 0x0998DA) is known color: Pacific Blue. HEX triplet: 09, 98 and DA. RGB value is (9,152,218). Sum of RGB (Red+Green+Blue) = 9+152+218=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #0998DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998DA is #F66725. Grayscale: #747474. Windows color (decimal): -16148262 or 14325769. OLE color: 14325769.
HSL color Cylindrical-coordinate representation of color #0998DA: hue angle of 198.95º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0998DA is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 152 | 218 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.15 |
| HSL | 198.95º | 0.92% | 0.45% | - |
| HSV(B) | 198.95º | 0.96% | 0.85% | - |
| XYZ | 24 | 27.58 | 70.39 | - |
| YUV | 116.77 | 185.12 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 218 | 0.96 | 0.30 | 0 | 0.15 | 198.95 | 0.92 | 0.45 |
| Hex | 9 | 98 | DA | 60 | 1E | 0 | F | C7 | 5C | 2D |
| Octal | 11 | 230 | 332 | 140 | 36 | 0 | 17 | 307 | 134 | 55 |
| Binary | 1001 | 10011000 | 11011010 | 1100000 | 11110 | 0 | 1111 | 11000111 | 1011100 | 101101 |
Color Harmonies of #0998DA
Complementary color
Monochromatic Colors of #0998DA
Black with #0998DA
Text Example
Text Example
White with #0998DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0998DA; }
p { color: rgb(9,152,218); }
H1.HeaderClassName
{
color: #0998DA;
}
.AnyTagClassName
{
color: #0998DA;
}
</style>
background-color css
<style>
a { background-color: #0998DA; }
a { background-color: rgb(9,152,218); }
div.DivClassName
{
background-color: #0998DA;
}
.BgClassName
{
background-color: #0998DA;
}
</style>
border-color css
<style>
span { border-color: #0998DA; }
span { border-color: rgb(9,152,218); }
td.TdClassName
{
border-color: #0998DA;
}
.TagClassName
{
border-color: #0998DA;
}
</style>