#4EBDE0

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

Shades of Summer Sky #4EBDE0

Tints of Summer Sky #4EBDE0

Color information

#4EBDE0 (or 0x4EBDE0) is unknown color: approx Summer Sky. HEX triplet: 4E, BD and E0. RGB value is (78,189,224). Sum of RGB (Red+Green+Blue) = 78+189+224=491 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.89% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #4EBDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDE0 is #B1421F. Grayscale: #9F9F9F. Windows color (decimal): -11616800 or 14728526. OLE color: 14728526.

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

Color convert

RGB78189224-
CMYK0.650.1600.12
HSL194.38º70.19%59.22%-
HSV(B)194.38º65.18%87.84%-
XYZ34.7943.477.06-
YUV159.8164.2369.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.89%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=15.89%
G=38.49%
B=45.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal781892240.650.1600.12194.3870.1959.22
Hex4EBDE041100Cc2463b
Octal1162753401012001430210673
Binary1001110101111011110000010000011000001100110000101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,189,224); }

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

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

 a { background-color: rgb(78,189,224); }

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

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

 span { border-color: rgb(78,189,224); }

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