Html Css Color HEX #50A1CE Picton Blue

📋 copy color: '#50A1CE'

red 80 ◦ green 161 ◦ blue 206

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

Shades of Picton Blue #50A1CE

Tints of Picton Blue #50A1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 17.9%
G = 36.02%
B = 46.09%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50A1CE (or 0x50A1CE) is known color: Picton Blue. HEX triplet: 50, A1 and CE. RGB value is (80,161,206). Sum of RGB (Red+Green+Blue) = 80+161+206=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #50A1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1CE is #AF5E31. Grayscale: #8D8D8D. Windows color (decimal): -11492914 or 13541712. OLE color: 13541712.

HSL color Cylindrical-coordinate representation of color #50A1CE: hue angle of 201.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A1CE is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 161 206 -
CMYK 0.61 0.22 0 0.19
HSL 201.43º 0.56% 0.56% -
HSV(B) 201.43º 0.61% 0.81% -
XYZ 27.19 31.65 63.07 -
YUV 141.91 164.16 83.84 -
System Red Green Blue C M Y K H S L
Decimal 80 161 206 0.61 0.22 0 0.19 201.43 0.56 0.56
Hex 50 A1 CE 3D 16 0 13 C9 38 38
Octal 120 241 316 75 26 0 23 311 70 70
Binary 1010000 10100001 11001110 111101 10110 0 10011 11001001 111000 111000

Color Harmonies of #50A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1CE

Black with #50A1CE

Text Example


Text Example

White with #50A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,206); }

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

background-color css

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

 a { background-color: rgb(80,161,206); }

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

border-color css

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

 span { border-color: rgb(80,161,206); }

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