#5EBBCD

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

Shades of Viking #5EBBCD

Tints of Viking #5EBBCD

Color information

#5EBBCD (or 0x5EBBCD) is unknown color: approx Viking. HEX triplet: 5E, BB and CD. RGB value is (94,187,205). Sum of RGB (Red+Green+Blue) = 94+187+205=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBBCD is #A14432. Grayscale: #A1A1A1. Windows color (decimal): -10568755 or 13482846. OLE color: 13482846.

HSL color Cylindrical-coordinate representation of color #5EBBCD: hue angle of 189.73º 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 #5EBBCD is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94187205-
CMYK0.540.0900.20
HSL189.73º52.61%58.63%-
HSV(B)189.73º54.15%80.39%-
XYZ33.4142.3364.17-
YUV161.24152.6980.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.34%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=19.34%
G=38.48%
B=42.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941872050.540.0900.20189.7352.6158.63
Hex5EBBCD369014be353b
Octal13627331566110242766573
Binary10111101011101111001101110110100101010010111110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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