#51ABCA

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

Shades of Viking #51ABCA

Tints of Viking #51ABCA

Color information

#51ABCA (or 0x51ABCA) is unknown color: approx Viking. HEX triplet: 51, AB and CA. RGB value is (81,171,202). Sum of RGB (Red+Green+Blue) = 81+171+202=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #51ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABCA is #AE5435. Grayscale: #939393. Windows color (decimal): -11424822 or 13282129. OLE color: 13282129.

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

Color convert

RGB81171202-
CMYK0.600.1500.21
HSL195.37º53.3%55.49%-
HSV(B)195.37º59.9%79.22%-
XYZ28.6235.1461.15-
YUV147.62158.6880.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.84%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=17.84%
G=37.67%
B=44.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811712020.600.1500.21195.3753.355.49
Hex51ABCA3CF015c33537
Octal12125331274170253036567
Binary10100011010101111001010111100111101010111000011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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