#5EBEC7

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

Shades of Viking #5EBEC7

Tints of Viking #5EBEC7

Color information

#5EBEC7 (or 0x5EBEC7) is unknown color: approx Viking. HEX triplet: 5E, BE and C7. RGB value is (94,190,199). Sum of RGB (Red+Green+Blue) = 94+190+199=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #5EBEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBEC7 is #A14138. Grayscale: #A2A2A2. Windows color (decimal): -10567993 or 13090398. OLE color: 13090398.

HSL color Cylindrical-coordinate representation of color #5EBEC7: hue angle of 185.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EBEC7 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB94190199-
CMYK0.530.0500.22
HSL185.14º48.39%57.45%-
HSV(B)185.14º52.76%78.04%-
XYZ33.3443.3360.64-
YUV162.32148.779.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.46%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 199 (78.12% from 255) = 41.20%
R=19.46%
G=39.34%
B=41.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal941901990.530.0500.22185.1448.3957.45
Hex5EBEC7355016b93039
Octal1362763076550262716071
Binary1011110101111101100011111010110101011010111001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EBEC7; }

 p { color: rgb(94,190,199); }

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

<style>
 a { background-color: #5EBEC7; }

 a { background-color: rgb(94,190,199); }

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

<style>
 span { border-color: #5EBEC7; }

 span { border-color: rgb(94,190,199); }

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