Html Css Color HEX #50A1CB Picton Blue

📋 copy color: '#50A1CB'

red 80 ◦ green 161 ◦ blue 203

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

Shades of Picton Blue #50A1CB

Tints of Picton Blue #50A1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 18.02%
G = 36.26%
B = 45.72%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50A1CB (or 0x50A1CB) is known color: Picton Blue. HEX triplet: 50, A1 and CB. RGB value is (80,161,203). Sum of RGB (Red+Green+Blue) = 80+161+203=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #50A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1CB is #AF5E34. Grayscale: #8D8D8D. Windows color (decimal): -11492917 or 13345104. OLE color: 13345104.

HSL color Cylindrical-coordinate representation of color #50A1CB: hue angle of 200.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A1CB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 161 203 -
CMYK 0.61 0.21 0 0.20
HSL 200.49º 0.54% 0.55% -
HSV(B) 200.49º 0.61% 0.8% -
XYZ 26.83 31.51 61.17 -
YUV 141.57 162.66 84.08 -
System Red Green Blue C M Y K H S L
Decimal 80 161 203 0.61 0.21 0 0.20 200.49 0.54 0.55
Hex 50 A1 CB 3D 15 0 14 C8 36 37
Octal 120 241 313 75 25 0 24 310 66 67
Binary 1010000 10100001 11001011 111101 10101 0 10100 11001000 110110 110111

Color Harmonies of #50A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1CB

Black with #50A1CB

Text Example


Text Example

White with #50A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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