Shades of Pacific Blue #0095DF
Tints of Pacific Blue #0095DF
RGB
CMYK
RGB Variations
Color information
#0095DF (or 0x0095DF) is known color: Pacific Blue. HEX triplet: 00, 95 and DF. RGB value is (0,149,223). Sum of RGB (Red+Green+Blue) = 0+149+223=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #0095DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095DF is #FF6A20. Grayscale: #707070. Windows color (decimal): -16738849 or 14652672. OLE color: 14652672.
HSL color Cylindrical-coordinate representation of color #0095DF: hue angle of 199.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095DF is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 149 | 223 | - |
| CMYK | 1 | 0.33 | 0 | 0.13 |
| HSL | 199.91º | 1% | 0.44% | - |
| HSV(B) | 199.91º | 1% | 0.87% | - |
| XYZ | 24.07 | 26.82 | 73.72 | - |
| YUV | 112.89 | 190.14 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 223 | 1 | 0.33 | 0 | 0.13 | 199.91 | 1 | 0.44 |
| Hex | 0 | 95 | DF | 64 | 21 | 0 | D | C8 | 64 | 2C |
| Octal | 0 | 225 | 337 | 144 | 41 | 0 | 15 | 310 | 144 | 54 |
| Binary | 0 | 10010101 | 11011111 | 1100100 | 100001 | 0 | 1101 | 11001000 | 1100100 | 101100 |
Color Harmonies of #0095DF
Complementary color
Monochromatic Colors of #0095DF
Black with #0095DF
Text Example
Text Example
White with #0095DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095DF; }
p { color: rgb(0,149,223); }
H1.HeaderClassName
{
color: #0095DF;
}
.AnyTagClassName
{
color: #0095DF;
}
</style>
background-color css
<style>
a { background-color: #0095DF; }
a { background-color: rgb(0,149,223); }
div.DivClassName
{
background-color: #0095DF;
}
.BgClassName
{
background-color: #0095DF;
}
</style>
border-color css
<style>
span { border-color: #0095DF; }
span { border-color: rgb(0,149,223); }
td.TdClassName
{
border-color: #0095DF;
}
.TagClassName
{
border-color: #0095DF;
}
</style>