#51BEC8

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

Shades of Viking #51BEC8

Tints of Viking #51BEC8

Color information

#51BEC8 (or 0x51BEC8) is unknown color: approx Viking. HEX triplet: 51, BE and C8. RGB value is (81,190,200). Sum of RGB (Red+Green+Blue) = 81+190+200=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #51BEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEC8 is #AE4137. Grayscale: #9E9E9E. Windows color (decimal): -11419960 or 13155921. OLE color: 13155921.

HSL color Cylindrical-coordinate representation of color #51BEC8: hue angle of 185.04º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51BEC8 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81190200-
CMYK0.590.0500.22
HSL185.04º51.97%55.1%-
HSV(B)185.04º59.5%78.43%-
XYZ32.2342.7561.2-
YUV158.55151.3972.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.20%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=17.20%
G=40.34%
B=42.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811902000.590.0500.22185.0451.9755.1
Hex51BEC83B5016b93437
Octal1212763107350262716467
Binary1010001101111101100100011101110101011010111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,190,200); }

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

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

 a { background-color: rgb(81,190,200); }

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

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

 span { border-color: rgb(81,190,200); }

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