#50ADDC

Color #50ADDC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #50ADDC

Tints of Picton Blue #50ADDC

Color information

#50ADDC (or 0x50ADDC) is unknown color: approx 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

RGB80173220-
CMYK0.640.2100.14
HSL200.14º66.67%58.82%-
HSV(B)200.14º63.64%86.27%-
XYZ31.1736.7673.16-
YUV150.55167.1977.68-

RGB Variations

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

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 (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal801732200.640.2100.14200.1466.6758.82
Hex50ADDC40150Ec8433b
Octal1202553341002501631010373
Binary1010000101011011101110010000001010101110110010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>