Html Css Color HEX #50ADDC Picton Blue

📋 copy color: '#50ADDC'

red 80 ◦ green 173 ◦ blue 220

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

Shades of Picton Blue #50ADDC

Tints of Picton Blue #50ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

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

R = 16.91%
G = 36.58%
B = 46.51%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50ADDC (or 0x50ADDC) is known color: Picton Blue. HEX triplet: 50, AD and DC. RGB value is (80,173,220). Sum of RGB (Red+Green+Blue) = 80+173+220=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #50ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADDC is #AF5223. Grayscale: #969696. Windows color (decimal): -11489828 or 14462288. OLE color: 14462288.

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

Color convert

RGB 80 173 220 -
CMYK 0.64 0.21 0 0.14
HSL 200.14º 0.67% 0.59% -
HSV(B) 200.14º 0.64% 0.86% -
XYZ 31.17 36.76 73.16 -
YUV 150.55 167.19 77.68 -
System Red Green Blue C M Y K H S L
Decimal 80 173 220 0.64 0.21 0 0.14 200.14 0.67 0.59
Hex 50 AD DC 40 15 0 E C8 43 3B
Octal 120 255 334 100 25 0 16 310 103 73
Binary 1010000 10101101 11011100 1000000 10101 0 1110 11001000 1000011 111011

Color Harmonies of #50ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADDC

Black with #50ADDC

Text Example


Text Example

White with #50ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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