#51BACD

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

Shades of Viking #51BACD

Tints of Viking #51BACD

Color information

#51BACD (or 0x51BACD) is unknown color: approx Viking. HEX triplet: 51, BA and CD. RGB value is (81,186,205). Sum of RGB (Red+Green+Blue) = 81+186+205=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #51BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BACD is #AE4532. Grayscale: #9C9C9C. Windows color (decimal): -11420979 or 13482577. OLE color: 13482577.

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

Color convert

RGB81186205-
CMYK0.600.0900.20
HSL189.19º55.36%56.08%-
HSV(B)189.19º60.49%80.39%-
XYZ31.9741.2764.04-
YUV156.77155.2173.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.16%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=17.16%
G=39.41%
B=43.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811862050.600.0900.20189.1955.3656.08
Hex51BACD3C9014bd3738
Octal12127231574110242756770
Binary10100011011101011001101111100100101010010111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,186,205); }

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

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

 a { background-color: rgb(81,186,205); }

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

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

 span { border-color: rgb(81,186,205); }

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