#51A6BC

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

Shades of Viking #51A6BC

Tints of Viking #51A6BC

Color information

#51A6BC (or 0x51A6BC) is unknown color: approx Viking. HEX triplet: 51, A6 and BC. RGB value is (81,166,188). Sum of RGB (Red+Green+Blue) = 81+166+188=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #51A6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6BC is #AE5943. Grayscale: #8E8E8E. Windows color (decimal): -11426116 or 12363345. OLE color: 12363345.

HSL color Cylindrical-coordinate representation of color #51A6BC: hue angle of 192.34º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A6BC is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81166188-
CMYK0.570.1200.26
HSL192.34º44.4%52.75%-
HSV(B)192.34º56.91%73.73%-
XYZ26.1132.6552.5-
YUV143.09153.3483.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=18.62%
G=38.16%
B=43.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811661880.570.1200.26192.3444.452.75
Hex51A6BC39C01Ac02c35
Octal12124627471140323005465
Binary10100011010011010111100111001110001101011000000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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