Html Css Color HEX #50A6EA Picton Blue

📋 copy color: '#50A6EA'

red 80 ◦ green 166 ◦ blue 234

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

Shades of Picton Blue #50A6EA

Tints of Picton Blue #50A6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 16.67%
G = 34.58%
B = 48.75%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50A6EA (or 0x50A6EA) is known color: Picton Blue. HEX triplet: 50, A6 and EA. RGB value is (80,166,234). Sum of RGB (Red+Green+Blue) = 80+166+234=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #50A6EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A6EA is #AF5915. Grayscale: #939393. Windows color (decimal): -11491606 or 15378000. OLE color: 15378000.

HSL color Cylindrical-coordinate representation of color #50A6EA: hue angle of 206.49º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A6EA is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 166 234 -
CMYK 0.66 0.29 0 0.08
HSL 206.49º 0.79% 0.62% -
HSV(B) 206.49º 0.66% 0.92% -
XYZ 31.8 34.92 82.91 -
YUV 148.04 176.51 79.47 -
System Red Green Blue C M Y K H S L
Decimal 80 166 234 0.66 0.29 0 0.08 206.49 0.79 0.62
Hex 50 A6 EA 42 1D 0 8 CE 4F 3E
Octal 120 246 352 102 35 0 10 316 117 76
Binary 1010000 10100110 11101010 1000010 11101 0 1000 11001110 1001111 111110

Color Harmonies of #50A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A6EA

Black with #50A6EA

Text Example


Text Example

White with #50A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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