#51BCCC

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

Shades of Viking #51BCCC

Tints of Viking #51BCCC

Color information

#51BCCC (or 0x51BCCC) is unknown color: approx Viking. HEX triplet: 51, BC and CC. RGB value is (81,188,204). Sum of RGB (Red+Green+Blue) = 81+188+204=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #51BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCCC is #AE4333. Grayscale: #9D9D9D. Windows color (decimal): -11420468 or 13417553. OLE color: 13417553.

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

Color convert

RGB81188204-
CMYK0.600.0800.2
HSL187.8º54.67%55.88%-
HSV(B)187.8º60.29%80%-
XYZ32.2842.0863.55-
YUV157.83154.0573.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.12%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=17.12%
G=39.75%
B=43.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811882040.600.0800.2187.854.6755.88
Hex51BCCC3C8014bc3738
Octal12127431474100242746770
Binary10100011011110011001100111100100001010010111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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