#06A1CA

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

Shades of Pacific Blue #06A1CA

Tints of Pacific Blue #06A1CA

Color information

#06A1CA (or 0x06A1CA) is unknown color: approx Pacific Blue. HEX triplet: 06, A1 and CA. RGB value is (6,161,202). Sum of RGB (Red+Green+Blue) = 6+161+202=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #06A1CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A1CA is #F95E35. Grayscale: #777777. Windows color (decimal): -16342582 or 13279494. OLE color: 13279494.

HSL color Cylindrical-coordinate representation of color #06A1CA: hue angle of 192.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A1CA is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6161202-
CMYK0.970.2000.21
HSL192.55º94.23%40.78%-
HSV(B)192.55º97.03%79.22%-
XYZ23.4829.7960.39-
YUV119.33174.6547.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.63%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=1.63%
G=43.63%
B=54.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61612020.970.2000.21192.5594.2340.78
Hex6A1CA6114015c15e29
Octal62413121412402530113651
Binary1101010000111001010110000110100010101110000011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,161,202); }

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

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

 a { background-color: rgb(6,161,202); }

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

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

 span { border-color: rgb(6,161,202); }

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