Shades of Pacific Blue #06A2E2
Tints of Pacific Blue #06A2E2
RGB
CMYK
RGB Variations
Color information
#06A2E2 (or 0x06A2E2) is known color: Pacific Blue. HEX triplet: 06, A2 and E2. RGB value is (6,162,226). Sum of RGB (Red+Green+Blue) = 6+162+226=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 226 (88.67% from 255 or 57.36% from 394); Max value from RGB is 226 - color contains mainly: blue. Hex color #06A2E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A2E2 is #F95D1D. Grayscale: #7A7A7A. Windows color (decimal): -16342302 or 14852614. OLE color: 14852614.
HSL color Cylindrical-coordinate representation of color #06A2E2: hue angle of 197.45º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A2E2 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 162 | 226 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.11 |
| HSL | 197.45º | 0.95% | 0.45% | - |
| HSV(B) | 197.45º | 0.97% | 0.89% | - |
| XYZ | 26.72 | 31.37 | 76.6 | - |
| YUV | 122.65 | 186.32 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 226 | 0.97 | 0.28 | 0 | 0.11 | 197.45 | 0.95 | 0.45 |
| Hex | 6 | A2 | E2 | 61 | 1C | 0 | B | C5 | 5F | 2D |
| Octal | 6 | 242 | 342 | 141 | 34 | 0 | 13 | 305 | 137 | 55 |
| Binary | 110 | 10100010 | 11100010 | 1100001 | 11100 | 0 | 1011 | 11000101 | 1011111 | 101101 |
Color Harmonies of #06A2E2
Complementary color
Monochromatic Colors of #06A2E2
Black with #06A2E2
Text Example
Text Example
White with #06A2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A2E2; }
p { color: rgb(6,162,226); }
H1.HeaderClassName
{
color: #06A2E2;
}
.AnyTagClassName
{
color: #06A2E2;
}
</style>
background-color css
<style>
a { background-color: #06A2E2; }
a { background-color: rgb(6,162,226); }
div.DivClassName
{
background-color: #06A2E2;
}
.BgClassName
{
background-color: #06A2E2;
}
</style>
border-color css
<style>
span { border-color: #06A2E2; }
span { border-color: rgb(6,162,226); }
td.TdClassName
{
border-color: #06A2E2;
}
.TagClassName
{
border-color: #06A2E2;
}
</style>