Html Css Color HEX #50A6CF Picton Blue

📋 copy color: '#50A6CF'

red 80 ◦ green 166 ◦ blue 207

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

Shades of Picton Blue #50A6CF

Tints of Picton Blue #50A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.64%

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

R = 17.66%
G = 36.64%
B = 45.7%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50A6CF (or 0x50A6CF) is known color: Picton Blue. HEX triplet: 50, A6 and CF. RGB value is (80,166,207). Sum of RGB (Red+Green+Blue) = 80+166+207=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #50A6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A6CF is #AF5930. Grayscale: #909090. Windows color (decimal): -11491633 or 13608528. OLE color: 13608528.

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

Color convert

RGB 80 166 207 -
CMYK 0.61 0.20 0 0.19
HSL 199.37º 0.57% 0.56% -
HSV(B) 199.37º 0.61% 0.81% -
XYZ 28.21 33.48 64.01 -
YUV 144.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 80 166 207 0.61 0.20 0 0.19 199.37 0.57 0.56
Hex 50 A6 CF 3D 14 0 13 C7 39 38
Octal 120 246 317 75 24 0 23 307 71 70
Binary 1010000 10100110 11001111 111101 10100 0 10011 11000111 111001 111000

Color Harmonies of #50A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A6CF

Black with #50A6CF

Text Example


Text Example

White with #50A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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