Shades of Pacific Blue #009BCB
Tints of Pacific Blue #009BCB
RGB
CMYK
RGB Variations
Color information
#009BCB (or 0x009BCB) is known color: Pacific Blue. HEX triplet: 00, 9B and CB. RGB value is (0,155,203). Sum of RGB (Red+Green+Blue) = 0+155+203=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #009BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BCB is #FF6434. Grayscale: #717171. Windows color (decimal): -16737333 or 13343488. OLE color: 13343488.
HSL color Cylindrical-coordinate representation of color #009BCB: hue angle of 194.19º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BCB is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 155 | 203 | - |
| CMYK | 1 | 0.24 | 0 | 0.20 |
| HSL | 194.19º | 1% | 0.4% | - |
| HSV(B) | 194.19º | 1% | 0.8% | - |
| XYZ | 22.5 | 27.75 | 60.67 | - |
| YUV | 114.13 | 178.15 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 203 | 1 | 0.24 | 0 | 0.20 | 194.19 | 1 | 0.4 |
| Hex | 0 | 9B | CB | 64 | 18 | 0 | 14 | C2 | 64 | 28 |
| Octal | 0 | 233 | 313 | 144 | 30 | 0 | 24 | 302 | 144 | 50 |
| Binary | 0 | 10011011 | 11001011 | 1100100 | 11000 | 0 | 10100 | 11000010 | 1100100 | 101000 |
Color Harmonies of #009BCB
Complementary color
Monochromatic Colors of #009BCB
Black with #009BCB
Text Example
Text Example
White with #009BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BCB; }
p { color: rgb(0,155,203); }
H1.HeaderClassName
{
color: #009BCB;
}
.AnyTagClassName
{
color: #009BCB;
}
</style>
background-color css
<style>
a { background-color: #009BCB; }
a { background-color: rgb(0,155,203); }
div.DivClassName
{
background-color: #009BCB;
}
.BgClassName
{
background-color: #009BCB;
}
</style>
border-color css
<style>
span { border-color: #009BCB; }
span { border-color: rgb(0,155,203); }
td.TdClassName
{
border-color: #009BCB;
}
.TagClassName
{
border-color: #009BCB;
}
</style>