Html Css Color HEX #50ACCE Viking

📋 copy color: '#50ACCE'

red 80 ◦ green 172 ◦ blue 206

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

Shades of Viking #50ACCE

Tints of Viking #50ACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.55%

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 17.47%
G = 37.55%
B = 44.98%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50ACCE (or 0x50ACCE) is known color: Viking. HEX triplet: 50, AC and CE. RGB value is (80,172,206). Sum of RGB (Red+Green+Blue) = 80+172+206=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #50ACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACCE is #AF5331. Grayscale: #949494. Windows color (decimal): -11490098 or 13544528. OLE color: 13544528.

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

Color convert

RGB 80 172 206 -
CMYK 0.61 0.17 0 0.19
HSL 196.19º 0.56% 0.56% -
HSV(B) 196.19º 0.61% 0.81% -
XYZ 29.2 35.67 63.74 -
YUV 148.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 80 172 206 0.61 0.17 0 0.19 196.19 0.56 0.56
Hex 50 AC CE 3D 11 0 13 C4 38 38
Octal 120 254 316 75 21 0 23 304 70 70
Binary 1010000 10101100 11001110 111101 10001 0 10011 11000100 111000 111000

Color Harmonies of #50ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACCE

Black with #50ACCE

Text Example


Text Example

White with #50ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,206); }

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

background-color css

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

 a { background-color: rgb(80,172,206); }

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

border-color css

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

 span { border-color: rgb(80,172,206); }

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