Html Css Color HEX #50AFD8 Viking

📋 copy color: '#50AFD8'

red 80 ◦ green 175 ◦ blue 216

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

Shades of Viking #50AFD8

Tints of Viking #50AFD8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.15%

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 16.99%
G = 37.15%
B = 45.86%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#50AFD8 (or 0x50AFD8) is known color: Viking. HEX triplet: 50, AF and D8. RGB value is (80,175,216). Sum of RGB (Red+Green+Blue) = 80+175+216=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #50AFD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFD8 is #AF5027. Grayscale: #979797. Windows color (decimal): -11489320 or 14200656. OLE color: 14200656.

HSL color Cylindrical-coordinate representation of color #50AFD8: hue angle of 198.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50AFD8 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 175 216 -
CMYK 0.63 0.19 0 0.15
HSL 198.09º 0.64% 0.58% -
HSV(B) 198.09º 0.63% 0.85% -
XYZ 31.03 37.32 70.53 -
YUV 151.27 164.53 77.17 -
System Red Green Blue C M Y K H S L
Decimal 80 175 216 0.63 0.19 0 0.15 198.09 0.64 0.58
Hex 50 AF D8 3F 13 0 F C6 40 3A
Octal 120 257 330 77 23 0 17 306 100 72
Binary 1010000 10101111 11011000 111111 10011 0 1111 11000110 1000000 111010

Color Harmonies of #50AFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFD8

Black with #50AFD8

Text Example


Text Example

White with #50AFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,216); }

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

background-color css

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

 a { background-color: rgb(80,175,216); }

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

border-color css

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

 span { border-color: rgb(80,175,216); }

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