Html Css Color HEX #50ABE0 Picton Blue

📋 copy color: '#50ABE0'

red 80 ◦ green 171 ◦ blue 224

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

Shades of Picton Blue #50ABE0

Tints of Picton Blue #50ABE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 16.84%
G = 36%
B = 47.16%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#50ABE0 (or 0x50ABE0) is known color: Picton Blue. HEX triplet: 50, AB and E0. RGB value is (80,171,224). Sum of RGB (Red+Green+Blue) = 80+171+224=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #50ABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABE0 is #AF541F. Grayscale: #959595. Windows color (decimal): -11490336 or 14723920. OLE color: 14723920.

HSL color Cylindrical-coordinate representation of color #50ABE0: hue angle of 202.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50ABE0 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 171 224 -
CMYK 0.64 0.24 0 0.12
HSL 202.08º 0.7% 0.6% -
HSV(B) 202.08º 0.64% 0.88% -
XYZ 31.33 36.21 75.86 -
YUV 149.83 169.85 78.19 -
System Red Green Blue C M Y K H S L
Decimal 80 171 224 0.64 0.24 0 0.12 202.08 0.7 0.6
Hex 50 AB E0 40 18 0 C CA 46 3C
Octal 120 253 340 100 30 0 14 312 106 74
Binary 1010000 10101011 11100000 1000000 11000 0 1100 11001010 1000110 111100

Color Harmonies of #50ABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABE0

Black with #50ABE0

Text Example


Text Example

White with #50ABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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