Html Css Color HEX #50BFDD Viking

📋 copy color: '#50BFDD'

red 80 ◦ green 191 ◦ blue 221

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

Shades of Viking #50BFDD

Tints of Viking #50BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 38.82%

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

R = 16.26%
G = 38.82%
B = 44.92%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50BFDD (or 0x50BFDD) is known color: Viking. HEX triplet: 50, BF and DD. RGB value is (80,191,221). Sum of RGB (Red+Green+Blue) = 80+191+221=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #50BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFDD is #AF4022. Grayscale: #A1A1A1. Windows color (decimal): -11485219 or 14532432. OLE color: 14532432.

HSL color Cylindrical-coordinate representation of color #50BFDD: hue angle of 192.77º 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 #50BFDD is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 191 221 -
CMYK 0.64 0.14 0 0.13
HSL 192.77º 0.67% 0.59% -
HSV(B) 192.77º 0.64% 0.87% -
XYZ 34.99 44.19 75.09 -
YUV 161.23 161.73 70.06 -
System Red Green Blue C M Y K H S L
Decimal 80 191 221 0.64 0.14 0 0.13 192.77 0.67 0.59
Hex 50 BF DD 40 E 0 D C1 43 3B
Octal 120 277 335 100 16 0 15 301 103 73
Binary 1010000 10111111 11011101 1000000 1110 0 1101 11000001 1000011 111011

Color Harmonies of #50BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFDD

Black with #50BFDD

Text Example


Text Example

White with #50BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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