#50BCCB

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

Shades of Viking #50BCCB

Tints of Viking #50BCCB

Color information

#50BCCB (or 0x50BCCB) is unknown color: approx Viking. HEX triplet: 50, BC and CB. RGB value is (80,188,203). Sum of RGB (Red+Green+Blue) = 80+188+203=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #50BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCCB is #AF4334. Grayscale: #9D9D9D. Windows color (decimal): -11486005 or 13352016. OLE color: 13352016.

HSL color Cylindrical-coordinate representation of color #50BCCB: hue angle of 187.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BCCB is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80188203-
CMYK0.610.0700.20
HSL187.32º54.19%55.49%-
HSV(B)187.32º60.59%79.61%-
XYZ32.0741.9862.91-
YUV157.42153.7272.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.99%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=16.99%
G=39.92%
B=43.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801882030.610.0700.20187.3254.1955.49
Hex50BCCB3D7014bb3637
Octal1202743137570242736667
Binary1010000101111001100101111110111101010010111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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