Shades of Pacific Blue #0A93CE
Tints of Pacific Blue #0A93CE
RGB
CMYK
RGB Variations
Color information
#0A93CE (or 0x0A93CE) is known color: Pacific Blue. HEX triplet: 0A, 93 and CE. RGB value is (10,147,206). Sum of RGB (Red+Green+Blue) = 10+147+206=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A93CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A93CE is #F56C31. Grayscale: #707070. Windows color (decimal): -16084018 or 13538058. OLE color: 13538058.
HSL color Cylindrical-coordinate representation of color #0A93CE: hue angle of 198.06º 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 #0A93CE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 147 | 206 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.19 |
| HSL | 198.06º | 0.91% | 0.42% | - |
| HSV(B) | 198.06º | 0.95% | 0.81% | - |
| XYZ | 21.7 | 25.39 | 62.15 | - |
| YUV | 112.76 | 180.61 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 147 | 206 | 0.95 | 0.29 | 0 | 0.19 | 198.06 | 0.91 | 0.42 |
| Hex | A | 93 | CE | 5F | 1D | 0 | 13 | C6 | 5B | 2A |
| Octal | 12 | 223 | 316 | 137 | 35 | 0 | 23 | 306 | 133 | 52 |
| Binary | 1010 | 10010011 | 11001110 | 1011111 | 11101 | 0 | 10011 | 11000110 | 1011011 | 101010 |
Color Harmonies of #0A93CE
Complementary color
Monochromatic Colors of #0A93CE
Black with #0A93CE
Text Example
Text Example
White with #0A93CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A93CE; }
p { color: rgb(10,147,206); }
H1.HeaderClassName
{
color: #0A93CE;
}
.AnyTagClassName
{
color: #0A93CE;
}
</style>
background-color css
<style>
a { background-color: #0A93CE; }
a { background-color: rgb(10,147,206); }
div.DivClassName
{
background-color: #0A93CE;
}
.BgClassName
{
background-color: #0A93CE;
}
</style>
border-color css
<style>
span { border-color: #0A93CE; }
span { border-color: rgb(10,147,206); }
td.TdClassName
{
border-color: #0A93CE;
}
.TagClassName
{
border-color: #0A93CE;
}
</style>