#51B1C9

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

Shades of Viking #51B1C9

Tints of Viking #51B1C9

Color information

#51B1C9 (or 0x51B1C9) is unknown color: approx Viking. HEX triplet: 51, B1 and C9. RGB value is (81,177,201). Sum of RGB (Red+Green+Blue) = 81+177+201=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #51B1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B1C9 is #AE4E36. Grayscale: #969696. Windows color (decimal): -11423287 or 13218129. OLE color: 13218129.

HSL color Cylindrical-coordinate representation of color #51B1C9: hue angle of 192º 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 #51B1C9 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81177201-
CMYK0.600.1200.21
HSL192º52.63%55.29%-
HSV(B)192º59.7%78.82%-
XYZ29.6637.4160.92-
YUV151.03156.278.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.65%
GREEN value IS 177 (69.53% from 255) = 38.56%
BLUE value IS 201 (78.91% from 255) = 43.79%
R=17.65%
G=38.56%
B=43.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811772010.600.1200.2119252.6355.29
Hex51B1C93CC015c03537
Octal12126131174140253006567
Binary10100011011000111001001111100110001010111000000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,177,201); }

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

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

 a { background-color: rgb(81,177,201); }

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

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

 span { border-color: rgb(81,177,201); }

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