#4EBCD8

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

Shades of Viking #4EBCD8

Tints of Viking #4EBCD8

Color information

#4EBCD8 (or 0x4EBCD8) is unknown color: approx Viking. HEX triplet: 4E, BC and D8. RGB value is (78,188,216). Sum of RGB (Red+Green+Blue) = 78+188+216=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #4EBCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCD8 is #B14327. Grayscale: #9E9E9E. Windows color (decimal): -11617064 or 14203982. OLE color: 14203982.

HSL color Cylindrical-coordinate representation of color #4EBCD8: hue angle of 192.17º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EBCD8 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB78188216-
CMYK0.640.1300.15
HSL192.17º63.89%57.65%-
HSV(B)192.17º63.89%84.71%-
XYZ33.5242.5471.41-
YUV158.3160.5670.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.18%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=16.18%
G=39.00%
B=44.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal781882160.640.1300.15192.1763.8957.65
Hex4EBCD840D0Fc0403a
Octal1162743301001501730010072
Binary100111010111100110110001000000110101111110000001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EBCD8; }

 p { color: rgb(78,188,216); }

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

<style>
 a { background-color: #4EBCD8; }

 a { background-color: rgb(78,188,216); }

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

<style>
 span { border-color: #4EBCD8; }

 span { border-color: rgb(78,188,216); }

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