Shades of Pacific Blue #0095CB
Tints of Pacific Blue #0095CB
RGB
CMYK
RGB Variations
Color information
#0095CB (or 0x0095CB) is known color: Pacific Blue. HEX triplet: 00, 95 and CB. RGB value is (0,149,203). Sum of RGB (Red+Green+Blue) = 0+149+203=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #0095CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095CB is #FF6A34. Grayscale: #6E6E6E. Windows color (decimal): -16738869 or 13341952. OLE color: 13341952.
HSL color Cylindrical-coordinate representation of color #0095CB: hue angle of 195.96º 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 #0095CB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 149 | 203 | - |
| CMYK | 1 | 0.27 | 0 | 0.20 |
| HSL | 195.96º | 1% | 0.4% | - |
| HSV(B) | 195.96º | 1% | 0.8% | - |
| XYZ | 21.53 | 25.81 | 60.35 | - |
| YUV | 110.61 | 180.14 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 203 | 1 | 0.27 | 0 | 0.20 | 195.96 | 1 | 0.4 |
| Hex | 0 | 95 | CB | 64 | 1B | 0 | 14 | C4 | 64 | 28 |
| Octal | 0 | 225 | 313 | 144 | 33 | 0 | 24 | 304 | 144 | 50 |
| Binary | 0 | 10010101 | 11001011 | 1100100 | 11011 | 0 | 10100 | 11000100 | 1100100 | 101000 |
Color Harmonies of #0095CB
Complementary color
Monochromatic Colors of #0095CB
Black with #0095CB
Text Example
Text Example
White with #0095CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095CB; }
p { color: rgb(0,149,203); }
H1.HeaderClassName
{
color: #0095CB;
}
.AnyTagClassName
{
color: #0095CB;
}
</style>
background-color css
<style>
a { background-color: #0095CB; }
a { background-color: rgb(0,149,203); }
div.DivClassName
{
background-color: #0095CB;
}
.BgClassName
{
background-color: #0095CB;
}
</style>
border-color css
<style>
span { border-color: #0095CB; }
span { border-color: rgb(0,149,203); }
td.TdClassName
{
border-color: #0095CB;
}
.TagClassName
{
border-color: #0095CB;
}
</style>