Shades of Pacific Blue #06A3DF
Tints of Pacific Blue #06A3DF
RGB
CMYK
RGB Variations
Color information
#06A3DF (or 0x06A3DF) is known color: Pacific Blue. HEX triplet: 06, A3 and DF. RGB value is (6,163,223). Sum of RGB (Red+Green+Blue) = 6+163+223=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #06A3DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A3DF is #F95C20. Grayscale: #7A7A7A. Windows color (decimal): -16342049 or 14656262. OLE color: 14656262.
HSL color Cylindrical-coordinate representation of color #06A3DF: hue angle of 196.59º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A3DF is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 163 | 223 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.13 |
| HSL | 196.59º | 0.95% | 0.45% | - |
| HSV(B) | 196.59º | 0.97% | 0.87% | - |
| XYZ | 26.49 | 31.56 | 74.51 | - |
| YUV | 122.9 | 184.49 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 163 | 223 | 0.97 | 0.27 | 0 | 0.13 | 196.59 | 0.95 | 0.45 |
| Hex | 6 | A3 | DF | 61 | 1B | 0 | D | C5 | 5F | 2D |
| Octal | 6 | 243 | 337 | 141 | 33 | 0 | 15 | 305 | 137 | 55 |
| Binary | 110 | 10100011 | 11011111 | 1100001 | 11011 | 0 | 1101 | 11000101 | 1011111 | 101101 |
Color Harmonies of #06A3DF
Complementary color
Monochromatic Colors of #06A3DF
Black with #06A3DF
Text Example
Text Example
White with #06A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A3DF; }
p { color: rgb(6,163,223); }
H1.HeaderClassName
{
color: #06A3DF;
}
.AnyTagClassName
{
color: #06A3DF;
}
</style>
background-color css
<style>
a { background-color: #06A3DF; }
a { background-color: rgb(6,163,223); }
div.DivClassName
{
background-color: #06A3DF;
}
.BgClassName
{
background-color: #06A3DF;
}
</style>
border-color css
<style>
span { border-color: #06A3DF; }
span { border-color: rgb(6,163,223); }
td.TdClassName
{
border-color: #06A3DF;
}
.TagClassName
{
border-color: #06A3DF;
}
</style>