#06A4BC

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

Shades of Pacific Blue #06A4BC

Tints of Pacific Blue #06A4BC

Color information

#06A4BC (or 0x06A4BC) is unknown color: approx Pacific Blue. HEX triplet: 06, A4 and BC. RGB value is (6,164,188). Sum of RGB (Red+Green+Blue) = 6+164+188=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #06A4BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A4BC is #F95B43. Grayscale: #777777. Windows color (decimal): -16341828 or 12362758. OLE color: 12362758.

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

Color convert

RGB6164188-
CMYK0.970.1300.26
HSL187.91º93.81%38.04%-
HSV(B)187.91º96.81%73.73%-
XYZ22.4330.2252.23-
YUV119.49166.6547.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.68%
GREEN value IS 164 (64.45% from 255) = 45.81%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=1.68%
G=45.81%
B=52.51%

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
Decimal61641880.970.1300.26187.9193.8138.04
Hex6A4BC61D01Abc5e26
Octal62442741411503227413646
Binary110101001001011110011000011101011010101111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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