#51ADD6

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

Shades of Viking #51ADD6

Tints of Viking #51ADD6

Color information

#51ADD6 (or 0x51ADD6) is unknown color: approx Viking. HEX triplet: 51, AD and D6. RGB value is (81,173,214). Sum of RGB (Red+Green+Blue) = 81+173+214=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #51ADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADD6 is #AE5229. Grayscale: #959595. Windows color (decimal): -11424298 or 14069073. OLE color: 14069073.

HSL color Cylindrical-coordinate representation of color #51ADD6: hue angle of 198.5º 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 #51ADD6 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81173214-
CMYK0.620.1900.16
HSL198.5º61.86%57.84%-
HSV(B)198.5º62.15%83.92%-
XYZ30.4736.4969.06-
YUV150.17164.0278.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.31%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 214 (83.98% from 255) = 45.73%
R=17.31%
G=36.97%
B=45.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811732140.620.1900.16198.561.8657.84
Hex51ADD63E13010c63e3a
Octal12125532676230203067672
Binary101000110101101110101101111101001101000011000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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