#51a6bd

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

Shades of Viking #51A6BD

Tints of Viking #51A6BD

Color information

#51A6BD (or 0x51A6BD) is unknown color: approx Viking. HEX triplet: 51, A6 and BD. RGB value is (81,166,189). Sum of RGB (Red+Green+Blue) = 81+166+189=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #51A6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6BD is #AE5942. Grayscale: #8F8F8F. Windows color (decimal): -11426115 or 12428881. OLE color: 12428881.

HSL color Cylindrical-coordinate representation of color #51A6BD: hue angle of 192.78º degrees, saturation: 0.45, 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 #51A6BD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81166189-
CMYK0.570.1200.26
HSL192.78º45%52.94%-
HSV(B)192.78º57.14%74.12%-
XYZ26.2132.753.07-
YUV143.21153.8483.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=18.58%
G=38.07%
B=43.35%

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
Decimal811661890.570.1200.26192.784552.94
Hex51A6BD39C01Ac12d35
Octal12124627571140323015565
Binary10100011010011010111101111001110001101011000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51a6bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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