Html Css Color HEX #50B7DD Viking

📋 copy color: '#50B7DD'

red 80 ◦ green 183 ◦ blue 221

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

Shades of Viking #50B7DD

Tints of Viking #50B7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.81%

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

R = 16.53%
G = 37.81%
B = 45.66%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50B7DD (or 0x50B7DD) is known color: Viking. HEX triplet: 50, B7 and DD. RGB value is (80,183,221). Sum of RGB (Red+Green+Blue) = 80+183+221=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #50B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7DD is #AF4822. Grayscale: #9C9C9C. Windows color (decimal): -11487267 or 14530384. OLE color: 14530384.

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

Color convert

RGB 80 183 221 -
CMYK 0.64 0.17 0 0.13
HSL 196.17º 0.67% 0.59% -
HSV(B) 196.17º 0.64% 0.87% -
XYZ 33.29 40.79 74.53 -
YUV 156.54 164.38 73.41 -
System Red Green Blue C M Y K H S L
Decimal 80 183 221 0.64 0.17 0 0.13 196.17 0.67 0.59
Hex 50 B7 DD 40 11 0 D C4 43 3B
Octal 120 267 335 100 21 0 15 304 103 73
Binary 1010000 10110111 11011101 1000000 10001 0 1101 11000100 1000011 111011

Color Harmonies of #50B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7DD

Black with #50B7DD

Text Example


Text Example

White with #50B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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