Html Css Color HEX #50BCCD Viking

📋 copy color: '#50BCCD'

red 80 ◦ green 188 ◦ blue 205

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

Shades of Viking #50BCCD

Tints of Viking #50BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 16.91%
G = 39.75%
B = 43.34%

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

#50BCCD (or 0x50BCCD) is known color: Viking. HEX triplet: 50, BC and CD. RGB value is (80,188,205). Sum of RGB (Red+Green+Blue) = 80+188+205=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #50BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCCD is #AF4332. Grayscale: #9D9D9D. Windows color (decimal): -11486003 or 13483088. OLE color: 13483088.

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

Color convert

RGB 80 188 205 -
CMYK 0.61 0.08 0 0.20
HSL 188.16º 0.56% 0.56% -
HSV(B) 188.16º 0.61% 0.8% -
XYZ 32.31 42.08 64.18 -
YUV 157.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 80 188 205 0.61 0.08 0 0.20 188.16 0.56 0.56
Hex 50 BC CD 3D 8 0 14 BC 38 38
Octal 120 274 315 75 10 0 24 274 70 70
Binary 1010000 10111100 11001101 111101 1000 0 10100 10111100 111000 111000

Color Harmonies of #50BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCCD

Black with #50BCCD

Text Example


Text Example

White with #50BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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