#51ADCC

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

Shades of Viking #51ADCC

Tints of Viking #51ADCC

Color information

#51ADCC (or 0x51ADCC) is unknown color: approx Viking. HEX triplet: 51, AD and CC. RGB value is (81,173,204). Sum of RGB (Red+Green+Blue) = 81+173+204=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #51ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADCC is #AE5233. Grayscale: #949494. Windows color (decimal): -11424308 or 13413713. OLE color: 13413713.

HSL color Cylindrical-coordinate representation of color #51ADCC: hue angle of 195.12º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51ADCC is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81173204-
CMYK0.600.1500.2
HSL195.12º54.67%55.88%-
HSV(B)195.12º60.29%80%-
XYZ29.243662.53-
YUV149.03159.0279.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.69%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=17.69%
G=37.77%
B=44.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811732040.600.1500.2195.1254.6755.88
Hex51ADCC3CF014c33738
Octal12125531474170243036770
Binary10100011010110111001100111100111101010011000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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