#4EBBDE

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

Shades of Viking #4EBBDE

Tints of Viking #4EBBDE

Color information

#4EBBDE (or 0x4EBBDE) is unknown color: approx Viking. HEX triplet: 4E, BB and DE. RGB value is (78,187,222). Sum of RGB (Red+Green+Blue) = 78+187+222=487 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.02% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #4EBBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBBDE is #B14421. Grayscale: #9E9E9E. Windows color (decimal): -11617314 or 14596942. OLE color: 14596942.

HSL color Cylindrical-coordinate representation of color #4EBBDE: hue angle of 194.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EBBDE is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB78187222-
CMYK0.650.1600.13
HSL194.58º68.57%58.82%-
HSV(B)194.58º64.86%87.06%-
XYZ34.142.4375.5-
YUV158.4163.8970.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.02%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=16.02%
G=38.40%
B=45.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal781872220.650.1600.13194.5868.5758.82
Hex4EBBDE41100Dc3453b
Octal1162733361012001530310573
Binary1001110101110111101111010000011000001101110000111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,187,222); }

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

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

 a { background-color: rgb(78,187,222); }

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

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

 span { border-color: rgb(78,187,222); }

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