Shades of Pacific Blue #0991CB
Tints of Pacific Blue #0991CB
RGB
CMYK
RGB Variations
Color information
#0991CB (or 0x0991CB) is known color: Pacific Blue. HEX triplet: 09, 91 and CB. RGB value is (9,145,203). Sum of RGB (Red+Green+Blue) = 9+145+203=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #0991CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0991CB is #F66E34. Grayscale: #6E6E6E. Windows color (decimal): -16150069 or 13340937. OLE color: 13340937.
HSL color Cylindrical-coordinate representation of color #0991CB: hue angle of 197.94º 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 #0991CB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 145 | 203 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.20 |
| HSL | 197.94º | 0.92% | 0.42% | - |
| HSV(B) | 197.94º | 0.96% | 0.8% | - |
| XYZ | 21.02 | 24.62 | 60.14 | - |
| YUV | 110.95 | 179.94 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 145 | 203 | 0.96 | 0.29 | 0 | 0.20 | 197.94 | 0.92 | 0.42 |
| Hex | 9 | 91 | CB | 60 | 1D | 0 | 14 | C6 | 5C | 2A |
| Octal | 11 | 221 | 313 | 140 | 35 | 0 | 24 | 306 | 134 | 52 |
| Binary | 1001 | 10010001 | 11001011 | 1100000 | 11101 | 0 | 10100 | 11000110 | 1011100 | 101010 |
Color Harmonies of #0991CB
Complementary color
Monochromatic Colors of #0991CB
Black with #0991CB
Text Example
Text Example
White with #0991CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0991CB; }
p { color: rgb(9,145,203); }
H1.HeaderClassName
{
color: #0991CB;
}
.AnyTagClassName
{
color: #0991CB;
}
</style>
background-color css
<style>
a { background-color: #0991CB; }
a { background-color: rgb(9,145,203); }
div.DivClassName
{
background-color: #0991CB;
}
.BgClassName
{
background-color: #0991CB;
}
</style>
border-color css
<style>
span { border-color: #0991CB; }
span { border-color: rgb(9,145,203); }
td.TdClassName
{
border-color: #0991CB;
}
.TagClassName
{
border-color: #0991CB;
}
</style>