#5ebcc6

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

Shades of Viking #5EBCC6

Tints of Viking #5EBCC6

Color information

#5EBCC6 (or 0x5EBCC6) is unknown color: approx Viking. HEX triplet: 5E, BC and C6. RGB value is (94,188,198). Sum of RGB (Red+Green+Blue) = 94+188+198=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #5EBCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCC6 is #A14339. Grayscale: #A0A0A0. Windows color (decimal): -10568506 or 13024350. OLE color: 13024350.

HSL color Cylindrical-coordinate representation of color #5EBCC6: hue angle of 185.77º 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 #5EBCC6 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB94188198-
CMYK0.530.0500.22
HSL185.77º47.71%57.25%-
HSV(B)185.77º52.53%77.65%-
XYZ32.7942.4259.89-
YUV161.03148.8680.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.58%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=19.58%
G=39.17%
B=41.25%

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
Decimal941881980.530.0500.22185.7747.7157.25
Hex5EBCC6355016ba3039
Octal1362743066550262726071
Binary1011110101111001100011011010110101011010111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ebcc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,188,198); }

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

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

 a { background-color: rgb(94,188,198); }

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

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

 span { border-color: rgb(94,188,198); }

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