Html Css Color HEX #50BBDB Viking

📋 copy color: '#50BBDB'

red 80 ◦ green 187 ◦ blue 219

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

Shades of Viking #50BBDB

Tints of Viking #50BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.48%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 16.46%
G = 38.48%
B = 45.06%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50BBDB (or 0x50BBDB) is known color: Viking. HEX triplet: 50, BB and DB. RGB value is (80,187,219). Sum of RGB (Red+Green+Blue) = 80+187+219=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #50BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBDB is #AF4424. Grayscale: #9E9E9E. Windows color (decimal): -11486245 or 14400336. OLE color: 14400336.

HSL color Cylindrical-coordinate representation of color #50BBDB: hue angle of 193.81º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50BBDB is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 187 219 -
CMYK 0.63 0.15 0 0.14
HSL 193.81º 0.66% 0.59% -
HSV(B) 193.81º 0.63% 0.86% -
XYZ 33.86 42.36 73.41 -
YUV 158.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 80 187 219 0.63 0.15 0 0.14 193.81 0.66 0.59
Hex 50 BB DB 3F F 0 E C2 42 3B
Octal 120 273 333 77 17 0 16 302 102 73
Binary 1010000 10111011 11011011 111111 1111 0 1110 11000010 1000010 111011

Color Harmonies of #50BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBDB

Black with #50BBDB

Text Example


Text Example

White with #50BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,187,219); }

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

background-color css

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

 a { background-color: rgb(80,187,219); }

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

border-color css

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

 span { border-color: rgb(80,187,219); }

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