#51C3D6

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

Shades of Viking #51C3D6

Tints of Viking #51C3D6

Color information

#51C3D6 (or 0x51C3D6) is unknown color: approx Viking. HEX triplet: 51, C3 and D6. RGB value is (81,195,214). Sum of RGB (Red+Green+Blue) = 81+195+214=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #51C3D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C3D6 is #AE3C29. Grayscale: #A2A2A2. Windows color (decimal): -11418666 or 14074705. OLE color: 14074705.

HSL color Cylindrical-coordinate representation of color #51C3D6: hue angle of 188.57º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51C3D6 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81195214-
CMYK0.620.0900.16
HSL188.57º61.86%57.84%-
HSV(B)188.57º62.15%83.92%-
XYZ35.0545.6370.58-
YUV163.08156.7369.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.53%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 214 (83.98% from 255) = 43.67%
R=16.53%
G=39.80%
B=43.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811952140.620.0900.16188.5761.8657.84
Hex51C3D63E9010bd3e3a
Octal12130332676110202757672
Binary10100011100001111010110111110100101000010111101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,195,214); }

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

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

 a { background-color: rgb(81,195,214); }

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

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

 span { border-color: rgb(81,195,214); }

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