#51AECC

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

Shades of Viking #51AECC

Tints of Viking #51AECC

Color information

#51AECC (or 0x51AECC) is unknown color: approx Viking. HEX triplet: 51, AE and CC. RGB value is (81,174,204). Sum of RGB (Red+Green+Blue) = 81+174+204=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #51AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AECC is #AE5133. Grayscale: #959595. Windows color (decimal): -11424052 or 13413969. OLE color: 13413969.

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

Color convert

RGB81174204-
CMYK0.600.1500.2
HSL194.63º54.67%55.88%-
HSV(B)194.63º60.29%80%-
XYZ29.4336.3862.6-
YUV149.61158.6979.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.65%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=17.65%
G=37.91%
B=44.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811742040.600.1500.2194.6354.6755.88
Hex51AECC3CF014c33738
Octal12125631474170243036770
Binary10100011010111011001100111100111101010011000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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