Shades of Pacific Blue #0F9CDE
Tints of Pacific Blue #0F9CDE
RGB
CMYK
RGB Variations
Color information
#0F9CDE (or 0x0F9CDE) is known color: Pacific Blue. HEX triplet: 0F, 9C and DE. RGB value is (15,156,222). Sum of RGB (Red+Green+Blue) = 15+156+222=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F9CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9CDE is #F06321. Grayscale: #787878. Windows color (decimal): -15754018 or 14588943. OLE color: 14588943.
HSL color Cylindrical-coordinate representation of color #0F9CDE: hue angle of 199.13º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9CDE is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 156 | 222 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.13 |
| HSL | 199.13º | 0.87% | 0.46% | - |
| HSV(B) | 199.13º | 0.93% | 0.87% | - |
| XYZ | 25.27 | 29.15 | 73.4 | - |
| YUV | 121.37 | 184.79 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 222 | 0.93 | 0.30 | 0 | 0.13 | 199.13 | 0.87 | 0.46 |
| Hex | F | 9C | DE | 5D | 1E | 0 | D | C7 | 57 | 2E |
| Octal | 17 | 234 | 336 | 135 | 36 | 0 | 15 | 307 | 127 | 56 |
| Binary | 1111 | 10011100 | 11011110 | 1011101 | 11110 | 0 | 1101 | 11000111 | 1010111 | 101110 |
Color Harmonies of #0F9CDE
Complementary color
Monochromatic Colors of #0F9CDE
Black with #0F9CDE
Text Example
Text Example
White with #0F9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CDE; }
p { color: rgb(15,156,222); }
H1.HeaderClassName
{
color: #0F9CDE;
}
.AnyTagClassName
{
color: #0F9CDE;
}
</style>
background-color css
<style>
a { background-color: #0F9CDE; }
a { background-color: rgb(15,156,222); }
div.DivClassName
{
background-color: #0F9CDE;
}
.BgClassName
{
background-color: #0F9CDE;
}
</style>
border-color css
<style>
span { border-color: #0F9CDE; }
span { border-color: rgb(15,156,222); }
td.TdClassName
{
border-color: #0F9CDE;
}
.TagClassName
{
border-color: #0F9CDE;
}
</style>