Html Css Color HEX #50A1CF Picton Blue

📋 copy color: '#50A1CF'

red 80 ◦ green 161 ◦ blue 207

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

Shades of Picton Blue #50A1CF

Tints of Picton Blue #50A1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 17.86%
G = 35.94%
B = 46.21%

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

#50A1CF (or 0x50A1CF) is known color: Picton Blue. HEX triplet: 50, A1 and CF. RGB value is (80,161,207). Sum of RGB (Red+Green+Blue) = 80+161+207=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #50A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1CF is #AF5E30. Grayscale: #8D8D8D. Windows color (decimal): -11492913 or 13607248. OLE color: 13607248.

HSL color Cylindrical-coordinate representation of color #50A1CF: hue angle of 201.73º degrees, saturation: 0.57, 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 #50A1CF is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 161 207 -
CMYK 0.61 0.22 0 0.19
HSL 201.73º 0.57% 0.56% -
HSV(B) 201.73º 0.61% 0.81% -
XYZ 27.32 31.7 63.71 -
YUV 142.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 80 161 207 0.61 0.22 0 0.19 201.73 0.57 0.56
Hex 50 A1 CF 3D 16 0 13 CA 39 38
Octal 120 241 317 75 26 0 23 312 71 70
Binary 1010000 10100001 11001111 111101 10110 0 10011 11001010 111001 111000

Color Harmonies of #50A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A1CF

Black with #50A1CF

Text Example


Text Example

White with #50A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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