#06A1BC

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

Shades of Pacific Blue #06A1BC

Tints of Pacific Blue #06A1BC

Color information

#06A1BC (or 0x06A1BC) is unknown color: approx Pacific Blue. HEX triplet: 06, A1 and BC. RGB value is (6,161,188). Sum of RGB (Red+Green+Blue) = 6+161+188=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #06A1BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A1BC is #F95E43. Grayscale: #757575. Windows color (decimal): -16342596 or 12361990. OLE color: 12361990.

HSL color Cylindrical-coordinate representation of color #06A1BC: hue angle of 188.9º 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 #06A1BC is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6161188-
CMYK0.970.1400.26
HSL188.9º93.81%38.04%-
HSV(B)188.9º96.81%73.73%-
XYZ21.929.1652.05-
YUV117.73167.6548.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.69%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=1.69%
G=45.35%
B=52.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61611880.970.1400.26188.993.8138.04
Hex6A1BC61E01Abd5e26
Octal62412741411603227513646
Binary110101000011011110011000011110011010101111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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