Shades of Pacific Blue #0A8CCE
Tints of Pacific Blue #0A8CCE
RGB
CMYK
RGB Variations
Color information
#0A8CCE (or 0x0A8CCE) is known color: Pacific Blue. HEX triplet: 0A, 8C and CE. RGB value is (10,140,206). Sum of RGB (Red+Green+Blue) = 10+140+206=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A8CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8CCE is #F57331. Grayscale: #6C6C6C. Windows color (decimal): -16085810 or 13536266. OLE color: 13536266.
HSL color Cylindrical-coordinate representation of color #0A8CCE: hue angle of 200.2º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8CCE is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 140 | 206 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.19 |
| HSL | 200.2º | 0.91% | 0.42% | - |
| HSV(B) | 200.2º | 0.95% | 0.81% | - |
| XYZ | 20.64 | 23.28 | 61.8 | - |
| YUV | 108.65 | 182.93 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 206 | 0.95 | 0.32 | 0 | 0.19 | 200.2 | 0.91 | 0.42 |
| Hex | A | 8C | CE | 5F | 20 | 0 | 13 | C8 | 5B | 2A |
| Octal | 12 | 214 | 316 | 137 | 40 | 0 | 23 | 310 | 133 | 52 |
| Binary | 1010 | 10001100 | 11001110 | 1011111 | 100000 | 0 | 10011 | 11001000 | 1011011 | 101010 |
Color Harmonies of #0A8CCE
Complementary color
Monochromatic Colors of #0A8CCE
Black with #0A8CCE
Text Example
Text Example
White with #0A8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CCE; }
p { color: rgb(10,140,206); }
H1.HeaderClassName
{
color: #0A8CCE;
}
.AnyTagClassName
{
color: #0A8CCE;
}
</style>
background-color css
<style>
a { background-color: #0A8CCE; }
a { background-color: rgb(10,140,206); }
div.DivClassName
{
background-color: #0A8CCE;
}
.BgClassName
{
background-color: #0A8CCE;
}
</style>
border-color css
<style>
span { border-color: #0A8CCE; }
span { border-color: rgb(10,140,206); }
td.TdClassName
{
border-color: #0A8CCE;
}
.TagClassName
{
border-color: #0A8CCE;
}
</style>