Shades of Pacific Blue #0A98C4
Tints of Pacific Blue #0A98C4
RGB
CMYK
RGB Variations
Color information
#0A98C4 (or 0x0A98C4) is known color: Pacific Blue. HEX triplet: 0A, 98 and C4. RGB value is (10,152,196). Sum of RGB (Red+Green+Blue) = 10+152+196=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #0A98C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A98C4 is #F5673B. Grayscale: #727272. Windows color (decimal): -16082748 or 12883978. OLE color: 12883978.
HSL color Cylindrical-coordinate representation of color #0A98C4: hue angle of 194.19º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A98C4 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 152 | 196 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.23 |
| HSL | 194.19º | 0.9% | 0.4% | - |
| HSV(B) | 194.19º | 0.95% | 0.77% | - |
| XYZ | 21.32 | 26.51 | 56.22 | - |
| YUV | 114.56 | 173.96 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 152 | 196 | 0.95 | 0.22 | 0 | 0.23 | 194.19 | 0.9 | 0.4 |
| Hex | A | 98 | C4 | 5F | 16 | 0 | 17 | C2 | 5A | 28 |
| Octal | 12 | 230 | 304 | 137 | 26 | 0 | 27 | 302 | 132 | 50 |
| Binary | 1010 | 10011000 | 11000100 | 1011111 | 10110 | 0 | 10111 | 11000010 | 1011010 | 101000 |
Color Harmonies of #0A98C4
Complementary color
Monochromatic Colors of #0A98C4
Black with #0A98C4
Text Example
Text Example
White with #0A98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A98C4; }
p { color: rgb(10,152,196); }
H1.HeaderClassName
{
color: #0A98C4;
}
.AnyTagClassName
{
color: #0A98C4;
}
</style>
background-color css
<style>
a { background-color: #0A98C4; }
a { background-color: rgb(10,152,196); }
div.DivClassName
{
background-color: #0A98C4;
}
.BgClassName
{
background-color: #0A98C4;
}
</style>
border-color css
<style>
span { border-color: #0A98C4; }
span { border-color: rgb(10,152,196); }
td.TdClassName
{
border-color: #0A98C4;
}
.TagClassName
{
border-color: #0A98C4;
}
</style>