#51BCCB

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

Shades of Viking #51BCCB

Tints of Viking #51BCCB

Color information

#51BCCB (or 0x51BCCB) is unknown color: approx Viking. HEX triplet: 51, BC and CB. RGB value is (81,188,203). Sum of RGB (Red+Green+Blue) = 81+188+203=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #51BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCCB is #AE4334. Grayscale: #9D9D9D. Windows color (decimal): -11420469 or 13352017. OLE color: 13352017.

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

Color convert

RGB81188203-
CMYK0.600.0700.20
HSL187.38º53.98%55.69%-
HSV(B)187.38º60.1%79.61%-
XYZ32.1642.0362.92-
YUV157.72153.5573.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.16%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=17.16%
G=39.83%
B=43.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811882030.600.0700.20187.3853.9855.69
Hex51BCCB3C7014bb3638
Octal1212743137470242736670
Binary1010001101111001100101111110011101010010111011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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