Shades of Pacific Blue #0095DC
Tints of Pacific Blue #0095DC
RGB
CMYK
RGB Variations
Color information
#0095DC (or 0x0095DC) is known color: Pacific Blue. HEX triplet: 00, 95 and DC. RGB value is (0,149,220). Sum of RGB (Red+Green+Blue) = 0+149+220=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #0095DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095DC is #FF6A23. Grayscale: #707070. Windows color (decimal): -16738852 or 14456064. OLE color: 14456064.
HSL color Cylindrical-coordinate representation of color #0095DC: hue angle of 199.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095DC is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 149 | 220 | - |
| CMYK | 1 | 0.32 | 0 | 0.14 |
| HSL | 199.36º | 1% | 0.43% | - |
| HSV(B) | 199.36º | 1% | 0.86% | - |
| XYZ | 23.67 | 26.66 | 71.61 | - |
| YUV | 112.54 | 188.64 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 220 | 1 | 0.32 | 0 | 0.14 | 199.36 | 1 | 0.43 |
| Hex | 0 | 95 | DC | 64 | 20 | 0 | E | C7 | 64 | 2B |
| Octal | 0 | 225 | 334 | 144 | 40 | 0 | 16 | 307 | 144 | 53 |
| Binary | 0 | 10010101 | 11011100 | 1100100 | 100000 | 0 | 1110 | 11000111 | 1100100 | 101011 |
Color Harmonies of #0095DC
Complementary color
Monochromatic Colors of #0095DC
Black with #0095DC
Text Example
Text Example
White with #0095DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095DC; }
p { color: rgb(0,149,220); }
H1.HeaderClassName
{
color: #0095DC;
}
.AnyTagClassName
{
color: #0095DC;
}
</style>
background-color css
<style>
a { background-color: #0095DC; }
a { background-color: rgb(0,149,220); }
div.DivClassName
{
background-color: #0095DC;
}
.BgClassName
{
background-color: #0095DC;
}
</style>
border-color css
<style>
span { border-color: #0095DC; }
span { border-color: rgb(0,149,220); }
td.TdClassName
{
border-color: #0095DC;
}
.TagClassName
{
border-color: #0095DC;
}
</style>