#51B6CA

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

Shades of Viking #51B6CA

Tints of Viking #51B6CA

Color information

#51B6CA (or 0x51B6CA) is unknown color: approx Viking. HEX triplet: 51, B6 and CA. RGB value is (81,182,202). Sum of RGB (Red+Green+Blue) = 81+182+202=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #51B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B6CA is #AE4935. Grayscale: #999999. Windows color (decimal): -11422006 or 13284945. OLE color: 13284945.

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

Color convert

RGB81182202-
CMYK0.600.1000.21
HSL189.92º53.3%55.49%-
HSV(B)189.92º59.9%79.22%-
XYZ30.7839.4761.87-
YUV154.08155.0475.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.42%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=17.42%
G=39.14%
B=43.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811822020.600.1000.21189.9253.355.49
Hex51B6CA3CA015be3537
Octal12126631274120252766567
Binary10100011011011011001010111100101001010110111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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