Html Css Color HEX #50B3CF Viking

📋 copy color: '#50B3CF'

red 80 ◦ green 179 ◦ blue 207

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

Shades of Viking #50B3CF

Tints of Viking #50B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 17.17%
G = 38.41%
B = 44.42%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50B3CF (or 0x50B3CF) is known color: Viking. HEX triplet: 50, B3 and CF. RGB value is (80,179,207). Sum of RGB (Red+Green+Blue) = 80+179+207=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #50B3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B3CF is #AF4C30. Grayscale: #989898. Windows color (decimal): -11488305 or 13611856. OLE color: 13611856.

HSL color Cylindrical-coordinate representation of color #50B3CF: hue angle of 193.23º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B3CF is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 179 207 -
CMYK 0.61 0.14 0 0.19
HSL 193.23º 0.57% 0.56% -
HSV(B) 193.23º 0.61% 0.81% -
XYZ 30.69 38.45 64.84 -
YUV 152.59 158.7 76.22 -
System Red Green Blue C M Y K H S L
Decimal 80 179 207 0.61 0.14 0 0.19 193.23 0.57 0.56
Hex 50 B3 CF 3D E 0 13 C1 39 38
Octal 120 263 317 75 16 0 23 301 71 70
Binary 1010000 10110011 11001111 111101 1110 0 10011 11000001 111001 111000

Color Harmonies of #50B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B3CF

Black with #50B3CF

Text Example


Text Example

White with #50B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,179,207); }

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

background-color css

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

 a { background-color: rgb(80,179,207); }

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

border-color css

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

 span { border-color: rgb(80,179,207); }

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