#51BDCB

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

Shades of Viking #51BDCB

Tints of Viking #51BDCB

Color information

#51BDCB (or 0x51BDCB) is unknown color: approx Viking. HEX triplet: 51, BD and CB. RGB value is (81,189,203). Sum of RGB (Red+Green+Blue) = 81+189+203=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #51BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BDCB is #AE4234. Grayscale: #9E9E9E. Windows color (decimal): -11420213 or 13352273. OLE color: 13352273.

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

Color convert

RGB81189203-
CMYK0.600.0700.20
HSL186.89º53.98%55.69%-
HSV(B)186.89º60.1%79.61%-
XYZ32.3742.4662.99-
YUV158.3153.2272.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.12%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=17.12%
G=39.96%
B=42.92%

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
Decimal811892030.600.0700.20186.8953.9855.69
Hex51BDCB3C7014bb3638
Octal1212753137470242736670
Binary1010001101111011100101111110011101010010111011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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