Shades of Pacific Blue #0A8FDD
Tints of Pacific Blue #0A8FDD
RGB
CMYK
RGB Variations
Color information
#0A8FDD (or 0x0A8FDD) is known color: Pacific Blue. HEX triplet: 0A, 8F and DD. RGB value is (10,143,221). Sum of RGB (Red+Green+Blue) = 10+143+221=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A8FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FDD is #F57022. Grayscale: #6F6F6F. Windows color (decimal): -16085027 or 14520074. OLE color: 14520074.
HSL color Cylindrical-coordinate representation of color #0A8FDD: hue angle of 202.18º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8FDD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 143 | 221 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.13 |
| HSL | 202.18º | 0.91% | 0.45% | - |
| HSV(B) | 202.18º | 0.95% | 0.87% | - |
| XYZ | 23 | 24.93 | 72.01 | - |
| YUV | 112.13 | 189.44 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 143 | 221 | 0.95 | 0.35 | 0 | 0.13 | 202.18 | 0.91 | 0.45 |
| Hex | A | 8F | DD | 5F | 23 | 0 | D | CA | 5B | 2D |
| Octal | 12 | 217 | 335 | 137 | 43 | 0 | 15 | 312 | 133 | 55 |
| Binary | 1010 | 10001111 | 11011101 | 1011111 | 100011 | 0 | 1101 | 11001010 | 1011011 | 101101 |
Color Harmonies of #0A8FDD
Complementary color
Monochromatic Colors of #0A8FDD
Black with #0A8FDD
Text Example
Text Example
White with #0A8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8FDD; }
p { color: rgb(10,143,221); }
H1.HeaderClassName
{
color: #0A8FDD;
}
.AnyTagClassName
{
color: #0A8FDD;
}
</style>
background-color css
<style>
a { background-color: #0A8FDD; }
a { background-color: rgb(10,143,221); }
div.DivClassName
{
background-color: #0A8FDD;
}
.BgClassName
{
background-color: #0A8FDD;
}
</style>
border-color css
<style>
span { border-color: #0A8FDD; }
span { border-color: rgb(10,143,221); }
td.TdClassName
{
border-color: #0A8FDD;
}
.TagClassName
{
border-color: #0A8FDD;
}
</style>