#51B7CA

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

Shades of Viking #51B7CA

Tints of Viking #51B7CA

Color information

#51B7CA (or 0x51B7CA) is unknown color: approx Viking. HEX triplet: 51, B7 and CA. RGB value is (81,183,202). Sum of RGB (Red+Green+Blue) = 81+183+202=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #51B7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7CA is #AE4835. Grayscale: #9A9A9A. Windows color (decimal): -11421750 or 13285201. OLE color: 13285201.

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

Color convert

RGB81183202-
CMYK0.600.0900.21
HSL189.42º53.3%55.49%-
HSV(B)189.42º59.9%79.22%-
XYZ30.9939.8861.94-
YUV154.67154.7175.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.38%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=17.38%
G=39.27%
B=43.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811832020.600.0900.21189.4253.355.49
Hex51B7CA3C9015bd3537
Octal12126731274110252756567
Binary10100011011011111001010111100100101010110111101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,183,202); }

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

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

 a { background-color: rgb(81,183,202); }

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

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

 span { border-color: rgb(81,183,202); }

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