#51c4dc

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

Shades of Viking #51C4DC

Tints of Viking #51C4DC

Color information

#51C4DC (or 0x51C4DC) is unknown color: approx Viking. HEX triplet: 51, C4 and DC. RGB value is (81,196,220). Sum of RGB (Red+Green+Blue) = 81+196+220=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #51C4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C4DC is #AE3B23. Grayscale: #A4A4A4. Windows color (decimal): -11418404 or 14468177. OLE color: 14468177.

HSL color Cylindrical-coordinate representation of color #51C4DC: hue angle of 190.36º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C4DC is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB81196220-
CMYK0.630.1100.14
HSL190.36º66.51%59.02%-
HSV(B)190.36º63.18%86.27%-
XYZ36.0546.474.77-
YUV164.35159.468.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.30%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=16.30%
G=39.44%
B=44.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal811962200.630.1100.14190.3666.5159.02
Hex51C4DC3FB0Ebe433b
Octal121304334771301627610373
Binary10100011100010011011100111111101101110101111101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51c4dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,196,220); }

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

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

 a { background-color: rgb(81,196,220); }

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

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

 span { border-color: rgb(81,196,220); }

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