#51B2D8

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

Shades of Viking #51B2D8

Tints of Viking #51B2D8

Color information

#51B2D8 (or 0x51B2D8) is unknown color: approx Viking. HEX triplet: 51, B2 and D8. RGB value is (81,178,216). Sum of RGB (Red+Green+Blue) = 81+178+216=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #51B2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B2D8 is #AE4D27. Grayscale: #999999. Windows color (decimal): -11423016 or 14201425. OLE color: 14201425.

HSL color Cylindrical-coordinate representation of color #51B2D8: hue angle of 196.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51B2D8 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81178216-
CMYK0.620.1800.15
HSL196.89º63.38%58.24%-
HSV(B)196.89º62.5%84.71%-
XYZ31.7138.5570.74-
YUV153.33163.3676.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.05%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=17.05%
G=37.47%
B=45.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811782160.620.1800.15196.8963.3858.24
Hex51B2D83E120Fc53f3a
Octal12126233076220173057772
Binary10100011011001011011000111110100100111111000101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,178,216); }

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

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

 a { background-color: rgb(81,178,216); }

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

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

 span { border-color: rgb(81,178,216); }

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