#05A6BC

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

Shades of Pacific Blue #05A6BC

Tints of Pacific Blue #05A6BC

Color information

#05A6BC (or 0x05A6BC) is unknown color: approx Pacific Blue. HEX triplet: 05, A6 and BC. RGB value is (5,166,188). Sum of RGB (Red+Green+Blue) = 5+166+188=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #05A6BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A6BC is #FA5943. Grayscale: #787878. Windows color (decimal): -16406852 or 12363269. OLE color: 12363269.

HSL color Cylindrical-coordinate representation of color #05A6BC: hue angle of 187.21º degrees, saturation: 0.95, 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 #05A6BC is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5166188-
CMYK0.970.1200.26
HSL187.21º94.82%37.84%-
HSV(B)187.21º97.34%73.73%-
XYZ22.7830.9452.35-
YUV120.37166.1645.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 166 (65.23% from 255) = 46.24%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=1.39%
G=46.24%
B=52.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51661880.970.1200.26187.2194.8237.84
Hex5A6BC61C01Abb5f26
Octal52462741411403227313746
Binary101101001101011110011000011100011010101110111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A6BC; }

 p { color: rgb(5,166,188); }

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

<style>
 a { background-color: #05A6BC; }

 a { background-color: rgb(5,166,188); }

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

<style>
 span { border-color: #05A6BC; }

 span { border-color: rgb(5,166,188); }

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