#51C1D8

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

Shades of Viking #51C1D8

Tints of Viking #51C1D8

Color information

#51C1D8 (or 0x51C1D8) is unknown color: approx Viking. HEX triplet: 51, C1 and D8. RGB value is (81,193,216). Sum of RGB (Red+Green+Blue) = 81+193+216=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #51C1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1D8 is #AE3E27. Grayscale: #A1A1A1. Windows color (decimal): -11419176 or 14205265. OLE color: 14205265.

HSL color Cylindrical-coordinate representation of color #51C1D8: hue angle of 190.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51C1D8 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81193216-
CMYK0.620.1100.15
HSL190.22º63.38%58.24%-
HSV(B)190.22º62.5%84.71%-
XYZ34.8644.8571.78-
YUV162.13158.3970.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.53%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 216 (84.77% from 255) = 44.08%
R=16.53%
G=39.39%
B=44.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811932160.620.1100.15190.2263.3858.24
Hex51C1D83EB0Fbe3f3a
Octal12130133076130172767772
Binary1010001110000011101100011111010110111110111110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,193,216); }

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

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

 a { background-color: rgb(81,193,216); }

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

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

 span { border-color: rgb(81,193,216); }

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