#51AFD7

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

Shades of Viking #51AFD7

Tints of Viking #51AFD7

Color information

#51AFD7 (or 0x51AFD7) is unknown color: approx Viking. HEX triplet: 51, AF and D7. RGB value is (81,175,215). Sum of RGB (Red+Green+Blue) = 81+175+215=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #51AFD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFD7 is #AE5028. Grayscale: #979797. Windows color (decimal): -11423785 or 14135121. OLE color: 14135121.

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

Color convert

RGB81175215-
CMYK0.620.1900.16
HSL197.91º62.62%58.04%-
HSV(B)197.91º62.33%84.31%-
XYZ30.9937.3269.86-
YUV151.45163.8677.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.20%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=17.20%
G=37.15%
B=45.65%

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
Decimal811752150.620.1900.16197.9162.6258.04
Hex51AFD73E13010c63f3a
Octal12125732776230203067772
Binary101000110101111110101111111101001101000011000110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,215); }

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

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

 a { background-color: rgb(81,175,215); }

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

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

 span { border-color: rgb(81,175,215); }

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