Html Css Color HEX #50A1C6 Picton Blue

📋 copy color: '#50A1C6'

red 80 ◦ green 161 ◦ blue 198

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

Shades of Picton Blue #50A1C6

Tints of Picton Blue #50A1C6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 198 (77.73% from 255) = 45.1%

R = 18.22%
G = 36.67%
B = 45.1%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#50A1C6 (or 0x50A1C6) is known color: Picton Blue. HEX triplet: 50, A1 and C6. RGB value is (80,161,198). Sum of RGB (Red+Green+Blue) = 80+161+198=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #50A1C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1C6 is #AF5E39. Grayscale: #8C8C8C. Windows color (decimal): -11492922 or 13017424. OLE color: 13017424.

HSL color Cylindrical-coordinate representation of color #50A1C6: hue angle of 198.81º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A1C6 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 161 198 -
CMYK 0.60 0.19 0 0.22
HSL 198.81º 0.51% 0.55% -
HSV(B) 198.81º 0.6% 0.78% -
XYZ 26.25 31.27 58.08 -
YUV 141 160.16 84.49 -
System Red Green Blue C M Y K H S L
Decimal 80 161 198 0.60 0.19 0 0.22 198.81 0.51 0.55
Hex 50 A1 C6 3C 13 0 16 C7 33 37
Octal 120 241 306 74 23 0 26 307 63 67
Binary 1010000 10100001 11000110 111100 10011 0 10110 11000111 110011 110111

Color Harmonies of #50A1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1C6

Black with #50A1C6

Text Example


Text Example

White with #50A1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,198); }

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

background-color css

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

 a { background-color: rgb(80,161,198); }

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

border-color css

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

 span { border-color: rgb(80,161,198); }

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