#51ABCC

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

Shades of Viking #51ABCC

Tints of Viking #51ABCC

Color information

#51ABCC (or 0x51ABCC) is unknown color: approx Viking. HEX triplet: 51, AB and CC. RGB value is (81,171,204). Sum of RGB (Red+Green+Blue) = 81+171+204=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #51ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABCC is #AE5433. Grayscale: #939393. Windows color (decimal): -11424820 or 13413201. OLE color: 13413201.

HSL color Cylindrical-coordinate representation of color #51ABCC: hue angle of 196.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51ABCC is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81171204-
CMYK0.600.1600.2
HSL196.1º54.67%55.88%-
HSV(B)196.1º60.29%80%-
XYZ28.8635.2362.41-
YUV147.85159.6880.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=17.76%
G=37.5%
B=44.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811712040.600.1600.2196.154.6755.88
Hex51ABCC3C10014c43738
Octal12125331474200243046770
Binary101000110101011110011001111001000001010011000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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