Html Css Color HEX #50ABDD Picton Blue

📋 copy color: '#50ABDD'

red 80 ◦ green 171 ◦ blue 221

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

Shades of Picton Blue #50ABDD

Tints of Picton Blue #50ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 16.95%
G = 36.23%
B = 46.82%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50ABDD (or 0x50ABDD) is known color: Picton Blue. HEX triplet: 50, AB and DD. RGB value is (80,171,221). Sum of RGB (Red+Green+Blue) = 80+171+221=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #50ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABDD is #AF5422. Grayscale: #959595. Windows color (decimal): -11490339 or 14527312. OLE color: 14527312.

HSL color Cylindrical-coordinate representation of color #50ABDD: hue angle of 201.28º degrees, saturation: 0.67, 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 #50ABDD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 171 221 -
CMYK 0.64 0.23 0 0.13
HSL 201.28º 0.67% 0.59% -
HSV(B) 201.28º 0.64% 0.87% -
XYZ 30.92 36.05 73.74 -
YUV 149.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 80 171 221 0.64 0.23 0 0.13 201.28 0.67 0.59
Hex 50 AB DD 40 17 0 D C9 43 3B
Octal 120 253 335 100 27 0 15 311 103 73
Binary 1010000 10101011 11011101 1000000 10111 0 1101 11001001 1000011 111011

Color Harmonies of #50ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABDD

Black with #50ABDD

Text Example


Text Example

White with #50ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,221); }

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

background-color css

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

 a { background-color: rgb(80,171,221); }

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

border-color css

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

 span { border-color: rgb(80,171,221); }

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