Shades of Pacific Blue #009BC4
Tints of Pacific Blue #009BC4
RGB
CMYK
RGB Variations
Color information
#009BC4 (or 0x009BC4) is known color: Pacific Blue. HEX triplet: 00, 9B and C4. RGB value is (0,155,196). Sum of RGB (Red+Green+Blue) = 0+155+196=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #009BC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BC4 is #FF643B. Grayscale: #717171. Windows color (decimal): -16737340 or 12884736. OLE color: 12884736.
HSL color Cylindrical-coordinate representation of color #009BC4: hue angle of 192.55º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BC4 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 155 | 196 | - |
| CMYK | 1 | 0.21 | 0 | 0.23 |
| HSL | 192.55º | 1% | 0.38% | - |
| HSV(B) | 192.55º | 1% | 0.77% | - |
| XYZ | 21.69 | 27.43 | 56.38 | - |
| YUV | 113.33 | 174.65 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 196 | 1 | 0.21 | 0 | 0.23 | 192.55 | 1 | 0.38 |
| Hex | 0 | 9B | C4 | 64 | 15 | 0 | 17 | C1 | 64 | 26 |
| Octal | 0 | 233 | 304 | 144 | 25 | 0 | 27 | 301 | 144 | 46 |
| Binary | 0 | 10011011 | 11000100 | 1100100 | 10101 | 0 | 10111 | 11000001 | 1100100 | 100110 |
Color Harmonies of #009BC4
Complementary color
Monochromatic Colors of #009BC4
Black with #009BC4
Text Example
Text Example
White with #009BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BC4; }
p { color: rgb(0,155,196); }
H1.HeaderClassName
{
color: #009BC4;
}
.AnyTagClassName
{
color: #009BC4;
}
</style>
background-color css
<style>
a { background-color: #009BC4; }
a { background-color: rgb(0,155,196); }
div.DivClassName
{
background-color: #009BC4;
}
.BgClassName
{
background-color: #009BC4;
}
</style>
border-color css
<style>
span { border-color: #009BC4; }
span { border-color: rgb(0,155,196); }
td.TdClassName
{
border-color: #009BC4;
}
.TagClassName
{
border-color: #009BC4;
}
</style>