#51B5CA

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

Shades of Viking #51B5CA

Tints of Viking #51B5CA

Color information

#51B5CA (or 0x51B5CA) is unknown color: approx Viking. HEX triplet: 51, B5 and CA. RGB value is (81,181,202). Sum of RGB (Red+Green+Blue) = 81+181+202=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #51B5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B5CA is #AE4A35. Grayscale: #999999. Windows color (decimal): -11422262 or 13284689. OLE color: 13284689.

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

Color convert

RGB81181202-
CMYK0.600.1000.21
HSL190.41º53.3%55.49%-
HSV(B)190.41º59.9%79.22%-
XYZ30.5839.0661.81-
YUV153.49155.3776.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.46%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=17.46%
G=39.01%
B=43.53%

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
Decimal811812020.600.1000.21190.4153.355.49
Hex51B5CA3CA015be3537
Octal12126531274120252766567
Binary10100011011010111001010111100101001010110111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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