#50C4DD

Color #50C4DD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #50C4DD

Tints of Viking #50C4DD

Color information

#50C4DD (or 0x50C4DD) is unknown color: approx Viking. HEX triplet: 50, C4 and DD. RGB value is (80,196,221). Sum of RGB (Red+Green+Blue) = 80+196+221=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #50C4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C4DD is #AF3B22. Grayscale: #A3A3A3. Windows color (decimal): -11483939 or 14533712. OLE color: 14533712.

HSL color Cylindrical-coordinate representation of color #50C4DD: hue angle of 190.64º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50C4DD is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80196221-
CMYK0.640.1100.13
HSL190.64º67.46%59.02%-
HSV(B)190.64º63.8%86.67%-
XYZ36.146.4175.46-
YUV164.17160.0767.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.10%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=16.10%
G=39.44%
B=44.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801962210.640.1100.13190.6467.4659.02
Hex50C4DD40B0Dbf433b
Octal1203043351001301527710373
Binary101000011000100110111011000000101101101101111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,196,221); }

 H1.HeaderClassName
 {
   color: #50C4DD;
 }
 .AnyTagClassName
 {
   color: #50C4DD;
 }
</style>
background-color css

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

 a { background-color: rgb(80,196,221); }

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

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

 span { border-color: rgb(80,196,221); }

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