Html Css Color HEX #50BCDD Viking

📋 copy color: '#50BCDD'

red 80 ◦ green 188 ◦ blue 221

#50BCDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #50BCDD

Tints of Viking #50BCDD

RGB

 RED value IS 80 (31.64% from 255) = 16.36%

 GREEN value IS 188 (73.83% from 255) = 38.45%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 16.36%
G = 38.45%
B = 45.19%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50BCDD (or 0x50BCDD) is known color: Viking. HEX triplet: 50, BC and DD. RGB value is (80,188,221). Sum of RGB (Red+Green+Blue) = 80+188+221=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #50BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCDD is #AF4322. Grayscale: #9F9F9F. Windows color (decimal): -11485987 or 14531664. OLE color: 14531664.

HSL color Cylindrical-coordinate representation of color #50BCDD: hue angle of 194.04º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BCDD is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 188 221 -
CMYK 0.64 0.15 0 0.13
HSL 194.04º 0.67% 0.59% -
HSV(B) 194.04º 0.64% 0.87% -
XYZ 34.34 42.89 74.88 -
YUV 159.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 80 188 221 0.64 0.15 0 0.13 194.04 0.67 0.59
Hex 50 BC DD 40 F 0 D C2 43 3B
Octal 120 274 335 100 17 0 15 302 103 73
Binary 1010000 10111100 11011101 1000000 1111 0 1101 11000010 1000011 111011

Color Harmonies of #50BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCDD

Black with #50BCDD

Text Example


Text Example

White with #50BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50BCDD;
 }
 .AnyTagClassName
 {
   color: #50BCDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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