Shades of Pacific Blue #0A96DF
Tints of Pacific Blue #0A96DF
RGB
CMYK
RGB Variations
Color information
#0A96DF (or 0x0A96DF) is known color: Pacific Blue. HEX triplet: 0A, 96 and DF. RGB value is (10,150,223). Sum of RGB (Red+Green+Blue) = 10+150+223=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A96DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A96DF is #F56920. Grayscale: #747474. Windows color (decimal): -16083233 or 14652938. OLE color: 14652938.
HSL color Cylindrical-coordinate representation of color #0A96DF: hue angle of 200.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A96DF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 150 | 223 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.13 |
| HSL | 200.56º | 0.91% | 0.46% | - |
| HSV(B) | 200.56º | 0.96% | 0.87% | - |
| XYZ | 24.35 | 27.2 | 73.78 | - |
| YUV | 116.46 | 188.12 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 150 | 223 | 0.96 | 0.33 | 0 | 0.13 | 200.56 | 0.91 | 0.46 |
| Hex | A | 96 | DF | 60 | 21 | 0 | D | C9 | 5B | 2E |
| Octal | 12 | 226 | 337 | 140 | 41 | 0 | 15 | 311 | 133 | 56 |
| Binary | 1010 | 10010110 | 11011111 | 1100000 | 100001 | 0 | 1101 | 11001001 | 1011011 | 101110 |
Color Harmonies of #0A96DF
Complementary color
Monochromatic Colors of #0A96DF
Black with #0A96DF
Text Example
Text Example
White with #0A96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A96DF; }
p { color: rgb(10,150,223); }
H1.HeaderClassName
{
color: #0A96DF;
}
.AnyTagClassName
{
color: #0A96DF;
}
</style>
background-color css
<style>
a { background-color: #0A96DF; }
a { background-color: rgb(10,150,223); }
div.DivClassName
{
background-color: #0A96DF;
}
.BgClassName
{
background-color: #0A96DF;
}
</style>
border-color css
<style>
span { border-color: #0A96DF; }
span { border-color: rgb(10,150,223); }
td.TdClassName
{
border-color: #0A96DF;
}
.TagClassName
{
border-color: #0A96DF;
}
</style>