Html Css Color HEX #50ACE0 Picton Blue

📋 copy color: '#50ACE0'

red 80 ◦ green 172 ◦ blue 224

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

Shades of Picton Blue #50ACE0

Tints of Picton Blue #50ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

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

R = 16.81%
G = 36.13%
B = 47.06%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#50ACE0 (or 0x50ACE0) is known color: Picton Blue. HEX triplet: 50, AC and E0. RGB value is (80,172,224). Sum of RGB (Red+Green+Blue) = 80+172+224=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #50ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACE0 is #AF531F. Grayscale: #969696. Windows color (decimal): -11490080 or 14724176. OLE color: 14724176.

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

Color convert

RGB 80 172 224 -
CMYK 0.64 0.23 0 0.12
HSL 201.67º 0.7% 0.6% -
HSV(B) 201.67º 0.64% 0.88% -
XYZ 31.52 36.59 75.92 -
YUV 150.42 169.52 77.77 -
System Red Green Blue C M Y K H S L
Decimal 80 172 224 0.64 0.23 0 0.12 201.67 0.7 0.6
Hex 50 AC E0 40 17 0 C CA 46 3C
Octal 120 254 340 100 27 0 14 312 106 74
Binary 1010000 10101100 11100000 1000000 10111 0 1100 11001010 1000110 111100

Color Harmonies of #50ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACE0

Black with #50ACE0

Text Example


Text Example

White with #50ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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