Shades of Pacific Blue #0987CE
Tints of Pacific Blue #0987CE
RGB
CMYK
RGB Variations
Color information
#0987CE (or 0x0987CE) is known color: Pacific Blue. HEX triplet: 09, 87 and CE. RGB value is (9,135,206). Sum of RGB (Red+Green+Blue) = 9+135+206=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #0987CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0987CE is #F67831. Grayscale: #696969. Windows color (decimal): -16152626 or 13534985. OLE color: 13534985.
HSL color Cylindrical-coordinate representation of color #0987CE: hue angle of 201.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0987CE is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 135 | 206 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.19 |
| HSL | 201.62º | 0.92% | 0.42% | - |
| HSV(B) | 201.62º | 0.96% | 0.81% | - |
| XYZ | 19.92 | 21.84 | 61.56 | - |
| YUV | 105.42 | 184.76 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 206 | 0.96 | 0.34 | 0 | 0.19 | 201.62 | 0.92 | 0.42 |
| Hex | 9 | 87 | CE | 60 | 22 | 0 | 13 | CA | 5C | 2A |
| Octal | 11 | 207 | 316 | 140 | 42 | 0 | 23 | 312 | 134 | 52 |
| Binary | 1001 | 10000111 | 11001110 | 1100000 | 100010 | 0 | 10011 | 11001010 | 1011100 | 101010 |
Color Harmonies of #0987CE
Complementary color
Monochromatic Colors of #0987CE
Black with #0987CE
Text Example
Text Example
White with #0987CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0987CE; }
p { color: rgb(9,135,206); }
H1.HeaderClassName
{
color: #0987CE;
}
.AnyTagClassName
{
color: #0987CE;
}
</style>
background-color css
<style>
a { background-color: #0987CE; }
a { background-color: rgb(9,135,206); }
div.DivClassName
{
background-color: #0987CE;
}
.BgClassName
{
background-color: #0987CE;
}
</style>
border-color css
<style>
span { border-color: #0987CE; }
span { border-color: rgb(9,135,206); }
td.TdClassName
{
border-color: #0987CE;
}
.TagClassName
{
border-color: #0987CE;
}
</style>