Html Css Color HEX #50A3DC Picton Blue

📋 copy color: '#50A3DC'

red 80 ◦ green 163 ◦ blue 220

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

Shades of Picton Blue #50A3DC

Tints of Picton Blue #50A3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 17.28%
G = 35.21%
B = 47.52%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50A3DC (or 0x50A3DC) is known color: Picton Blue. HEX triplet: 50, A3 and DC. RGB value is (80,163,220). Sum of RGB (Red+Green+Blue) = 80+163+220=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #50A3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A3DC is #AF5C23. Grayscale: #909090. Windows color (decimal): -11492388 or 14459728. OLE color: 14459728.

HSL color Cylindrical-coordinate representation of color #50A3DC: hue angle of 204.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50A3DC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 163 220 -
CMYK 0.64 0.26 0 0.14
HSL 204.43º 0.67% 0.59% -
HSV(B) 204.43º 0.64% 0.86% -
XYZ 29.32 33.07 72.55 -
YUV 144.68 170.5 81.87 -
System Red Green Blue C M Y K H S L
Decimal 80 163 220 0.64 0.26 0 0.14 204.43 0.67 0.59
Hex 50 A3 DC 40 1A 0 E CC 43 3B
Octal 120 243 334 100 32 0 16 314 103 73
Binary 1010000 10100011 11011100 1000000 11010 0 1110 11001100 1000011 111011

Color Harmonies of #50A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A3DC

Black with #50A3DC

Text Example


Text Example

White with #50A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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