Html Css Color HEX #50BCCC Viking

📋 copy color: '#50BCCC'

red 80 ◦ green 188 ◦ blue 204

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

Shades of Viking #50BCCC

Tints of Viking #50BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 16.95%
G = 39.83%
B = 43.22%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#50BCCC (or 0x50BCCC) is known color: Viking. HEX triplet: 50, BC and CC. RGB value is (80,188,204). Sum of RGB (Red+Green+Blue) = 80+188+204=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #50BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCCC is #AF4333. Grayscale: #9D9D9D. Windows color (decimal): -11486004 or 13417552. OLE color: 13417552.

HSL color Cylindrical-coordinate representation of color #50BCCC: hue angle of 187.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BCCC is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 188 204 -
CMYK 0.61 0.08 0 0.2
HSL 187.74º 0.55% 0.56% -
HSV(B) 187.74º 0.61% 0.8% -
XYZ 32.19 42.03 63.54 -
YUV 157.53 154.22 72.7 -
System Red Green Blue C M Y K H S L
Decimal 80 188 204 0.61 0.08 0 0.2 187.74 0.55 0.56
Hex 50 BC CC 3D 8 0 14 BC 37 38
Octal 120 274 314 75 10 0 24 274 67 70
Binary 1010000 10111100 11001100 111101 1000 0 10100 10111100 110111 111000

Color Harmonies of #50BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCCC

Black with #50BCCC

Text Example


Text Example

White with #50BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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