#06A3BC

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

Shades of Pacific Blue #06A3BC

Tints of Pacific Blue #06A3BC

Color information

#06A3BC (or 0x06A3BC) is unknown color: approx Pacific Blue. HEX triplet: 06, A3 and BC. RGB value is (6,163,188). Sum of RGB (Red+Green+Blue) = 6+163+188=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #06A3BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A3BC is #F95C43. Grayscale: #767676. Windows color (decimal): -16342084 or 12362502. OLE color: 12362502.

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

Color convert

RGB6163188-
CMYK0.970.1300.26
HSL188.24º93.81%38.04%-
HSV(B)188.24º96.81%73.73%-
XYZ22.2529.8652.17-
YUV118.91166.9947.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.68%
GREEN value IS 163 (64.06% from 255) = 45.66%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=1.68%
G=45.66%
B=52.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61631880.970.1300.26188.2493.8138.04
Hex6A3BC61D01Abc5e26
Octal62432741411503227413646
Binary110101000111011110011000011101011010101111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,163,188); }

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

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

 a { background-color: rgb(6,163,188); }

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

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

 span { border-color: rgb(6,163,188); }

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