Html Css Color HEX #50A3CA Picton Blue

📋 copy color: '#50A3CA'

red 80 ◦ green 163 ◦ blue 202

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

Shades of Picton Blue #50A3CA

Tints of Picton Blue #50A3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

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

R = 17.98%
G = 36.63%
B = 45.39%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#50A3CA (or 0x50A3CA) is known color: Picton Blue. HEX triplet: 50, A3 and CA. RGB value is (80,163,202). Sum of RGB (Red+Green+Blue) = 80+163+202=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #50A3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A3CA is #AF5C35. Grayscale: #8E8E8E. Windows color (decimal): -11492406 or 13280080. OLE color: 13280080.

HSL color Cylindrical-coordinate representation of color #50A3CA: hue angle of 199.18º 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 #50A3CA is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 163 202 -
CMYK 0.60 0.19 0 0.21
HSL 199.18º 0.54% 0.55% -
HSV(B) 199.18º 0.6% 0.79% -
XYZ 27.07 32.16 60.66 -
YUV 142.63 161.5 83.33 -
System Red Green Blue C M Y K H S L
Decimal 80 163 202 0.60 0.19 0 0.21 199.18 0.54 0.55
Hex 50 A3 CA 3C 13 0 15 C7 36 37
Octal 120 243 312 74 23 0 25 307 66 67
Binary 1010000 10100011 11001010 111100 10011 0 10101 11000111 110110 110111

Color Harmonies of #50A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A3CA

Black with #50A3CA

Text Example


Text Example

White with #50A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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