Html Css Color HEX #50B7CC Viking

📋 copy color: '#50B7CC'

red 80 ◦ green 183 ◦ blue 204

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

Shades of Viking #50B7CC

Tints of Viking #50B7CC

RGB

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

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

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

R = 17.13%
G = 39.19%
B = 43.68%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#50B7CC (or 0x50B7CC) is known color: Viking. HEX triplet: 50, B7 and CC. RGB value is (80,183,204). Sum of RGB (Red+Green+Blue) = 80+183+204=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #50B7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7CC is #AF4833. Grayscale: #9A9A9A. Windows color (decimal): -11487284 or 13416272. OLE color: 13416272.

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

Color convert

RGB 80 183 204 -
CMYK 0.61 0.10 0 0.2
HSL 190.16º 0.55% 0.56% -
HSV(B) 190.16º 0.61% 0.8% -
XYZ 31.14 39.93 63.19 -
YUV 154.6 155.88 74.79 -
System Red Green Blue C M Y K H S L
Decimal 80 183 204 0.61 0.10 0 0.2 190.16 0.55 0.56
Hex 50 B7 CC 3D A 0 14 BE 37 38
Octal 120 267 314 75 12 0 24 276 67 70
Binary 1010000 10110111 11001100 111101 1010 0 10100 10111110 110111 111000

Color Harmonies of #50B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7CC

Black with #50B7CC

Text Example


Text Example

White with #50B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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