#51AEC1

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

Shades of Viking #51AEC1

Tints of Viking #51AEC1

Color information

#51AEC1 (or 0x51AEC1) is unknown color: approx Viking. HEX triplet: 51, AE and C1. RGB value is (81,174,193). Sum of RGB (Red+Green+Blue) = 81+174+193=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #51AEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AEC1 is #AE513E. Grayscale: #949494. Windows color (decimal): -11424063 or 12693073. OLE color: 12693073.

HSL color Cylindrical-coordinate representation of color #51AEC1: hue angle of 190.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51AEC1 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81174193-
CMYK0.580.1000.24
HSL190.18º47.46%53.73%-
HSV(B)190.18º58.03%75.69%-
XYZ28.1635.8755.89-
YUV148.36153.1979.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 193 (75.78% from 255) = 43.08%
R=18.08%
G=38.84%
B=43.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811741930.580.1000.24190.1847.4653.73
Hex51AEC13AA018be2f36
Octal12125630172120302765766
Binary10100011010111011000001111010101001100010111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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