Shades of Pacific Blue #06A6DF
Tints of Pacific Blue #06A6DF
RGB
CMYK
RGB Variations
Color information
#06A6DF (or 0x06A6DF) is known color: Pacific Blue. HEX triplet: 06, A6 and DF. RGB value is (6,166,223). Sum of RGB (Red+Green+Blue) = 6+166+223=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #06A6DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A6DF is #F95920. Grayscale: #7C7C7C. Windows color (decimal): -16341281 or 14657030. OLE color: 14657030.
HSL color Cylindrical-coordinate representation of color #06A6DF: hue angle of 195.76º 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 #06A6DF is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 166 | 223 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.13 |
| HSL | 195.76º | 0.95% | 0.45% | - |
| HSV(B) | 195.76º | 0.97% | 0.87% | - |
| XYZ | 27.03 | 32.64 | 74.69 | - |
| YUV | 124.66 | 183.49 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 166 | 223 | 0.97 | 0.26 | 0 | 0.13 | 195.76 | 0.95 | 0.45 |
| Hex | 6 | A6 | DF | 61 | 1A | 0 | D | C4 | 5F | 2D |
| Octal | 6 | 246 | 337 | 141 | 32 | 0 | 15 | 304 | 137 | 55 |
| Binary | 110 | 10100110 | 11011111 | 1100001 | 11010 | 0 | 1101 | 11000100 | 1011111 | 101101 |
Color Harmonies of #06A6DF
Complementary color
Monochromatic Colors of #06A6DF
Black with #06A6DF
Text Example
Text Example
White with #06A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A6DF; }
p { color: rgb(6,166,223); }
H1.HeaderClassName
{
color: #06A6DF;
}
.AnyTagClassName
{
color: #06A6DF;
}
</style>
background-color css
<style>
a { background-color: #06A6DF; }
a { background-color: rgb(6,166,223); }
div.DivClassName
{
background-color: #06A6DF;
}
.BgClassName
{
background-color: #06A6DF;
}
</style>
border-color css
<style>
span { border-color: #06A6DF; }
span { border-color: rgb(6,166,223); }
td.TdClassName
{
border-color: #06A6DF;
}
.TagClassName
{
border-color: #06A6DF;
}
</style>