Html Css Color HEX #50BBCB Viking

📋 copy color: '#50BBCB'

red 80 ◦ green 187 ◦ blue 203

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

Shades of Viking #50BBCB

Tints of Viking #50BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 17.02%
G = 39.79%
B = 43.19%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50BBCB (or 0x50BBCB) is known color: Viking. HEX triplet: 50, BB and CB. RGB value is (80,187,203). Sum of RGB (Red+Green+Blue) = 80+187+203=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #50BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBCB is #AF4434. Grayscale: #9C9C9C. Windows color (decimal): -11486261 or 13351760. OLE color: 13351760.

HSL color Cylindrical-coordinate representation of color #50BBCB: hue angle of 187.8º 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 #50BBCB is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 187 203 -
CMYK 0.61 0.08 0 0.20
HSL 187.8º 0.54% 0.55% -
HSV(B) 187.8º 0.61% 0.8% -
XYZ 31.86 41.56 62.84 -
YUV 156.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 80 187 203 0.61 0.08 0 0.20 187.8 0.54 0.55
Hex 50 BB CB 3D 8 0 14 BC 36 37
Octal 120 273 313 75 10 0 24 274 66 67
Binary 1010000 10111011 11001011 111101 1000 0 10100 10111100 110110 110111

Color Harmonies of #50BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBCB

Black with #50BBCB

Text Example


Text Example

White with #50BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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