#06A2BA

Color #06A2BA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #06A2BA

Tints of Pacific Blue #06A2BA

Color information

#06A2BA (or 0x06A2BA) is unknown color: approx Pacific Blue. HEX triplet: 06, A2 and BA. RGB value is (6,162,186). Sum of RGB (Red+Green+Blue) = 6+162+186=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #06A2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A2BA is #F95D45. Grayscale: #757575. Windows color (decimal): -16342342 or 12231174. OLE color: 12231174.

HSL color Cylindrical-coordinate representation of color #06A2BA: hue angle of 188º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A2BA is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6162186-
CMYK0.970.1300.27
HSL188º93.75%37.65%-
HSV(B)188º96.77%72.94%-
XYZ21.8629.4250.98-
YUV118.09166.3248.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.69%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=1.69%
G=45.76%
B=52.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61621860.970.1300.2718893.7537.65
Hex6A2BA61D01Bbc5e26
Octal62422721411503327413646
Binary110101000101011101011000011101011011101111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A2BA; }

 p { color: rgb(6,162,186); }

 H1.HeaderClassName
 {
   color: #06A2BA;
 }
 .AnyTagClassName
 {
   color: #06A2BA;
 }
</style>
background-color css

<style>
 a { background-color: #06A2BA; }

 a { background-color: rgb(6,162,186); }

 div.DivClassName
 {
   background-color: #06A2BA;
 }
 .BgClassName
 {
   background-color: #06A2BA;
 }
</style>
border-color css

<style>
 span { border-color: #06A2BA; }

 span { border-color: rgb(6,162,186); }

 td.TdClassName
 {
   border-color: #06A2BA;
 }
 .TagClassName
 {
   border-color: #06A2BA;
 }
</style>