#5EBACB

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

Shades of Viking #5EBACB

Tints of Viking #5EBACB

Color information

#5EBACB (or 0x5EBACB) is unknown color: approx Viking. HEX triplet: 5E, BA and CB. RGB value is (94,186,203). Sum of RGB (Red+Green+Blue) = 94+186+203=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBACB is #A14534. Grayscale: #A0A0A0. Windows color (decimal): -10569013 or 13351518. OLE color: 13351518.

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

Color convert

RGB94186203-
CMYK0.540.0800.20
HSL189.36º51.17%58.24%-
HSV(B)189.36º53.69%79.61%-
XYZ32.9541.8162.83-
YUV160.43152.0280.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.46%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=19.46%
G=38.51%
B=42.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941862030.540.0800.20189.3651.1758.24
Hex5EBACB368014bd333a
Octal13627231366100242756372
Binary10111101011101011001011110110100001010010111101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,186,203); }

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

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

 a { background-color: rgb(94,186,203); }

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

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

 span { border-color: rgb(94,186,203); }

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