#5EBAC3

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

Shades of Viking #5EBAC3

Tints of Viking #5EBAC3

Color information

#5EBAC3 (or 0x5EBAC3) is unknown color: approx Viking. HEX triplet: 5E, BA and C3. RGB value is (94,186,195). Sum of RGB (Red+Green+Blue) = 94+186+195=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #5EBAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBAC3 is #A1453C. Grayscale: #9F9F9F. Windows color (decimal): -10569021 or 12827230. OLE color: 12827230.

HSL color Cylindrical-coordinate representation of color #5EBAC3: hue angle of 185.35º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EBAC3 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB94186195-
CMYK0.520.0500.24
HSL185.35º45.7%56.67%-
HSV(B)185.35º51.79%76.47%-
XYZ32.0341.4457.94-
YUV159.52148.0281.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.79%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=19.79%
G=39.16%
B=41.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941861950.520.0500.24185.3545.756.67
Hex5EBAC3345018b92e39
Octal1362723036450302715671
Binary1011110101110101100001111010010101100010111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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