Shades of Pacific Blue #0C8ACF
Tints of Pacific Blue #0C8ACF
RGB
CMYK
RGB Variations
Color information
#0C8ACF (or 0x0C8ACF) is known color: Pacific Blue. HEX triplet: 0C, 8A and CF. RGB value is (12,138,207). Sum of RGB (Red+Green+Blue) = 12+138+207=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C8ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8ACF is #F37530. Grayscale: #6B6B6B. Windows color (decimal): -15955249 or 13601292. OLE color: 13601292.
HSL color Cylindrical-coordinate representation of color #0C8ACF: hue angle of 201.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8ACF is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 138 | 207 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.19 |
| HSL | 201.23º | 0.89% | 0.43% | - |
| HSV(B) | 201.23º | 0.94% | 0.81% | - |
| XYZ | 20.5 | 22.76 | 62.34 | - |
| YUV | 108.19 | 183.76 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 207 | 0.94 | 0.33 | 0 | 0.19 | 201.23 | 0.89 | 0.43 |
| Hex | C | 8A | CF | 5E | 21 | 0 | 13 | C9 | 59 | 2B |
| Octal | 14 | 212 | 317 | 136 | 41 | 0 | 23 | 311 | 131 | 53 |
| Binary | 1100 | 10001010 | 11001111 | 1011110 | 100001 | 0 | 10011 | 11001001 | 1011001 | 101011 |
Color Harmonies of #0C8ACF
Complementary color
Monochromatic Colors of #0C8ACF
Black with #0C8ACF
Text Example
Text Example
White with #0C8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8ACF; }
p { color: rgb(12,138,207); }
H1.HeaderClassName
{
color: #0C8ACF;
}
.AnyTagClassName
{
color: #0C8ACF;
}
</style>
background-color css
<style>
a { background-color: #0C8ACF; }
a { background-color: rgb(12,138,207); }
div.DivClassName
{
background-color: #0C8ACF;
}
.BgClassName
{
background-color: #0C8ACF;
}
</style>
border-color css
<style>
span { border-color: #0C8ACF; }
span { border-color: rgb(12,138,207); }
td.TdClassName
{
border-color: #0C8ACF;
}
.TagClassName
{
border-color: #0C8ACF;
}
</style>