#51ADCA

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

Shades of Viking #51ADCA

Tints of Viking #51ADCA

Color information

#51ADCA (or 0x51ADCA) is unknown color: approx Viking. HEX triplet: 51, AD and CA. RGB value is (81,173,202). Sum of RGB (Red+Green+Blue) = 81+173+202=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #51ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADCA is #AE5235. Grayscale: #949494. Windows color (decimal): -11424310 or 13282641. OLE color: 13282641.

HSL color Cylindrical-coordinate representation of color #51ADCA: hue angle of 194.38º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51ADCA is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81173202-
CMYK0.600.1400.21
HSL194.38º53.3%55.49%-
HSV(B)194.38º59.9%79.22%-
XYZ2935.961.28-
YUV148.8158.0279.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=17.76%
G=37.94%
B=44.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811732020.600.1400.21194.3853.355.49
Hex51ADCA3CE015c23537
Octal12125531274160253026567
Binary10100011010110111001010111100111001010111000010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,173,202); }

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

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

 a { background-color: rgb(81,173,202); }

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

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

 span { border-color: rgb(81,173,202); }

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