Shades of Pacific Blue #0983CB
Tints of Pacific Blue #0983CB
RGB
CMYK
RGB Variations
Color information
#0983CB (or 0x0983CB) is known color: Pacific Blue. HEX triplet: 09, 83 and CB. RGB value is (9,131,203). Sum of RGB (Red+Green+Blue) = 9+131+203=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #0983CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0983CB is #F67C34. Grayscale: #666666. Windows color (decimal): -16153653 or 13337353. OLE color: 13337353.
HSL color Cylindrical-coordinate representation of color #0983CB: hue angle of 202.27º 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 #0983CB is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 131 | 203 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.20 |
| HSL | 202.27º | 0.92% | 0.42% | - |
| HSV(B) | 202.27º | 0.96% | 0.8% | - |
| XYZ | 19.01 | 20.6 | 59.47 | - |
| YUV | 102.73 | 184.58 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 203 | 0.96 | 0.35 | 0 | 0.20 | 202.27 | 0.92 | 0.42 |
| Hex | 9 | 83 | CB | 60 | 23 | 0 | 14 | CA | 5C | 2A |
| Octal | 11 | 203 | 313 | 140 | 43 | 0 | 24 | 312 | 134 | 52 |
| Binary | 1001 | 10000011 | 11001011 | 1100000 | 100011 | 0 | 10100 | 11001010 | 1011100 | 101010 |
Color Harmonies of #0983CB
Complementary color
Monochromatic Colors of #0983CB
Black with #0983CB
Text Example
Text Example
White with #0983CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0983CB; }
p { color: rgb(9,131,203); }
H1.HeaderClassName
{
color: #0983CB;
}
.AnyTagClassName
{
color: #0983CB;
}
</style>
background-color css
<style>
a { background-color: #0983CB; }
a { background-color: rgb(9,131,203); }
div.DivClassName
{
background-color: #0983CB;
}
.BgClassName
{
background-color: #0983CB;
}
</style>
border-color css
<style>
span { border-color: #0983CB; }
span { border-color: rgb(9,131,203); }
td.TdClassName
{
border-color: #0983CB;
}
.TagClassName
{
border-color: #0983CB;
}
</style>