#5EB1CD

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

Shades of Viking #5EB1CD

Tints of Viking #5EB1CD

Color information

#5EB1CD (or 0x5EB1CD) is unknown color: approx Viking. HEX triplet: 5E, B1 and CD. RGB value is (94,177,205). Sum of RGB (Red+Green+Blue) = 94+177+205=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EB1CD is #A14E32. Grayscale: #9B9B9B. Windows color (decimal): -10571315 or 13480286. OLE color: 13480286.

HSL color Cylindrical-coordinate representation of color #5EB1CD: hue angle of 195.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EB1CD is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94177205-
CMYK0.540.1400.20
HSL195.14º52.61%58.63%-
HSV(B)195.14º54.15%80.39%-
XYZ31.3638.2363.48-
YUV155.3815684.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.75%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=19.75%
G=37.18%
B=43.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941772050.540.1400.20195.1452.6158.63
Hex5EB1CD36E014c3353b
Octal13626131566160243036573
Binary10111101011000111001101110110111001010011000011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,177,205); }

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

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

 a { background-color: rgb(94,177,205); }

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

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

 span { border-color: rgb(94,177,205); }

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