Html Css Color HEX #50ACCB Viking

📋 copy color: '#50ACCB'

red 80 ◦ green 172 ◦ blue 203

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

Shades of Viking #50ACCB

Tints of Viking #50ACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 17.58%
G = 37.8%
B = 44.62%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50ACCB (or 0x50ACCB) is known color: Viking. HEX triplet: 50, AC and CB. RGB value is (80,172,203). Sum of RGB (Red+Green+Blue) = 80+172+203=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #50ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACCB is #AF5334. Grayscale: #939393. Windows color (decimal): -11490101 or 13347920. OLE color: 13347920.

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

Color convert

RGB 80 172 203 -
CMYK 0.61 0.15 0 0.20
HSL 195.12º 0.54% 0.55% -
HSV(B) 195.12º 0.61% 0.8% -
XYZ 28.84 35.52 61.84 -
YUV 148.03 159.02 79.48 -
System Red Green Blue C M Y K H S L
Decimal 80 172 203 0.61 0.15 0 0.20 195.12 0.54 0.55
Hex 50 AC CB 3D F 0 14 C3 36 37
Octal 120 254 313 75 17 0 24 303 66 67
Binary 1010000 10101100 11001011 111101 1111 0 10100 11000011 110110 110111

Color Harmonies of #50ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACCB

Black with #50ACCB

Text Example


Text Example

White with #50ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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