Html Css Color HEX #50AADF Picton Blue

📋 copy color: '#50AADF'

red 80 ◦ green 170 ◦ blue 223

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

Shades of Picton Blue #50AADF

Tints of Picton Blue #50AADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.94%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 16.91%
G = 35.94%
B = 47.15%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50AADF (or 0x50AADF) is known color: Picton Blue. HEX triplet: 50, AA and DF. RGB value is (80,170,223). Sum of RGB (Red+Green+Blue) = 80+170+223=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #50AADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AADF is #AF5520. Grayscale: #949494. Windows color (decimal): -11490593 or 14658128. OLE color: 14658128.

HSL color Cylindrical-coordinate representation of color #50AADF: hue angle of 202.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50AADF is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 170 223 -
CMYK 0.64 0.24 0 0.13
HSL 202.24º 0.69% 0.59% -
HSV(B) 202.24º 0.64% 0.87% -
XYZ 31 35.78 75.08 -
YUV 149.13 169.68 78.69 -
System Red Green Blue C M Y K H S L
Decimal 80 170 223 0.64 0.24 0 0.13 202.24 0.69 0.59
Hex 50 AA DF 40 18 0 D CA 45 3B
Octal 120 252 337 100 30 0 15 312 105 73
Binary 1010000 10101010 11011111 1000000 11000 0 1101 11001010 1000101 111011

Color Harmonies of #50AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AADF

Black with #50AADF

Text Example


Text Example

White with #50AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,223); }

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

background-color css

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

 a { background-color: rgb(80,170,223); }

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

border-color css

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

 span { border-color: rgb(80,170,223); }

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