Shades of Pacific Blue #06A2CE
Tints of Pacific Blue #06A2CE
RGB
CMYK
RGB Variations
Color information
#06A2CE (or 0x06A2CE) is known color: Pacific Blue. HEX triplet: 06, A2 and CE. RGB value is (6,162,206). Sum of RGB (Red+Green+Blue) = 6+162+206=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #06A2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A2CE is #F95D31. Grayscale: #787878. Windows color (decimal): -16342322 or 13541894. OLE color: 13541894.
HSL color Cylindrical-coordinate representation of color #06A2CE: hue angle of 193.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A2CE is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 162 | 206 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.19 |
| HSL | 193.2º | 0.94% | 0.42% | - |
| HSV(B) | 193.2º | 0.97% | 0.81% | - |
| XYZ | 24.14 | 30.34 | 62.98 | - |
| YUV | 120.37 | 176.32 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 206 | 0.97 | 0.21 | 0 | 0.19 | 193.2 | 0.94 | 0.42 |
| Hex | 6 | A2 | CE | 61 | 15 | 0 | 13 | C1 | 5E | 2A |
| Octal | 6 | 242 | 316 | 141 | 25 | 0 | 23 | 301 | 136 | 52 |
| Binary | 110 | 10100010 | 11001110 | 1100001 | 10101 | 0 | 10011 | 11000001 | 1011110 | 101010 |
Color Harmonies of #06A2CE
Complementary color
Monochromatic Colors of #06A2CE
Black with #06A2CE
Text Example
Text Example
White with #06A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A2CE; }
p { color: rgb(6,162,206); }
H1.HeaderClassName
{
color: #06A2CE;
}
.AnyTagClassName
{
color: #06A2CE;
}
</style>
background-color css
<style>
a { background-color: #06A2CE; }
a { background-color: rgb(6,162,206); }
div.DivClassName
{
background-color: #06A2CE;
}
.BgClassName
{
background-color: #06A2CE;
}
</style>
border-color css
<style>
span { border-color: #06A2CE; }
span { border-color: rgb(6,162,206); }
td.TdClassName
{
border-color: #06A2CE;
}
.TagClassName
{
border-color: #06A2CE;
}
</style>