#5EB0C9

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

Shades of Viking #5EB0C9

Tints of Viking #5EB0C9

Color information

#5EB0C9 (or 0x5EB0C9) is unknown color: approx Viking. HEX triplet: 5E, B0 and C9. RGB value is (94,176,201). Sum of RGB (Red+Green+Blue) = 94+176+201=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #5EB0C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB0C9 is #A14F36. Grayscale: #9A9A9A. Windows color (decimal): -10571575 or 13217886. OLE color: 13217886.

HSL color Cylindrical-coordinate representation of color #5EB0C9: hue angle of 194.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EB0C9 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94176201-
CMYK0.530.1200.21
HSL194.02º49.77%57.84%-
HSV(B)194.02º53.23%78.82%-
XYZ30.6837.6560.91-
YUV154.33154.3384.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.96%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=19.96%
G=37.37%
B=42.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941762010.530.1200.21194.0249.7757.84
Hex5EB0C935C015c2323a
Octal13626031165140253026272
Binary10111101011000011001001110101110001010111000010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,176,201); }

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

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

 a { background-color: rgb(94,176,201); }

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

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

 span { border-color: rgb(94,176,201); }

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