Shades of Pacific Blue #0997DD
Tints of Pacific Blue #0997DD
RGB
CMYK
RGB Variations
Color information
#0997DD (or 0x0997DD) is known color: Pacific Blue. HEX triplet: 09, 97 and DD. RGB value is (9,151,221). Sum of RGB (Red+Green+Blue) = 9+151+221=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #0997DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997DD is #F66822. Grayscale: #747474. Windows color (decimal): -16148515 or 14522121. OLE color: 14522121.
HSL color Cylindrical-coordinate representation of color #0997DD: hue angle of 199.81º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0997DD is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 151 | 221 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.13 |
| HSL | 199.81º | 0.92% | 0.45% | - |
| HSV(B) | 199.81º | 0.96% | 0.87% | - |
| XYZ | 24.23 | 27.41 | 72.42 | - |
| YUV | 116.52 | 186.96 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 221 | 0.96 | 0.32 | 0 | 0.13 | 199.81 | 0.92 | 0.45 |
| Hex | 9 | 97 | DD | 60 | 20 | 0 | D | C8 | 5C | 2D |
| Octal | 11 | 227 | 335 | 140 | 40 | 0 | 15 | 310 | 134 | 55 |
| Binary | 1001 | 10010111 | 11011101 | 1100000 | 100000 | 0 | 1101 | 11001000 | 1011100 | 101101 |
Color Harmonies of #0997DD
Complementary color
Monochromatic Colors of #0997DD
Black with #0997DD
Text Example
Text Example
White with #0997DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997DD; }
p { color: rgb(9,151,221); }
H1.HeaderClassName
{
color: #0997DD;
}
.AnyTagClassName
{
color: #0997DD;
}
</style>
background-color css
<style>
a { background-color: #0997DD; }
a { background-color: rgb(9,151,221); }
div.DivClassName
{
background-color: #0997DD;
}
.BgClassName
{
background-color: #0997DD;
}
</style>
border-color css
<style>
span { border-color: #0997DD; }
span { border-color: rgb(9,151,221); }
td.TdClassName
{
border-color: #0997DD;
}
.TagClassName
{
border-color: #0997DD;
}
</style>