Html Css Color HEX #50A1CA Picton Blue

📋 copy color: '#50A1CA'

red 80 ◦ green 161 ◦ blue 202

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

Shades of Picton Blue #50A1CA

Tints of Picton Blue #50A1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 18.06%
G = 36.34%
B = 45.6%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#50A1CA (or 0x50A1CA) is known color: Picton Blue. HEX triplet: 50, A1 and CA. RGB value is (80,161,202). Sum of RGB (Red+Green+Blue) = 80+161+202=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #50A1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1CA is #AF5E35. Grayscale: #8D8D8D. Windows color (decimal): -11492918 or 13279568. OLE color: 13279568.

HSL color Cylindrical-coordinate representation of color #50A1CA: hue angle of 200.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A1CA is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 161 202 -
CMYK 0.60 0.20 0 0.21
HSL 200.16º 0.54% 0.55% -
HSV(B) 200.16º 0.6% 0.79% -
XYZ 26.71 31.46 60.54 -
YUV 141.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 80 161 202 0.60 0.20 0 0.21 200.16 0.54 0.55
Hex 50 A1 CA 3C 14 0 15 C8 36 37
Octal 120 241 312 74 24 0 25 310 66 67
Binary 1010000 10100001 11001010 111100 10100 0 10101 11001000 110110 110111

Color Harmonies of #50A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1CA

Black with #50A1CA

Text Example


Text Example

White with #50A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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