#4ECDFD

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

Shades of Maya Blue #4ECDFD

Tints of Maya Blue #4ECDFD

Color information

#4ECDFD (or 0x4ECDFD) is unknown color: approx Maya Blue. HEX triplet: 4E, CD and FD. RGB value is (78,205,253). Sum of RGB (Red+Green+Blue) = 78+205+253=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ECDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ECDFD is #B13202. Grayscale: #ACACAC. Windows color (decimal): -11612675 or 16633166. OLE color: 16633166.

HSL color Cylindrical-coordinate representation of color #4ECDFD: hue angle of 196.46º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ECDFD is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78205253-
CMYK0.690.1900.01
HSL196.46º97.77%64.9%-
HSV(B)196.46º69.17%99.22%-
XYZ42.752.37100.79-
YUV172.5173.4260.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.55%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=14.55%
G=38.25%
B=47.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782052530.690.1900.01196.4697.7764.9
Hex4ECDFD451301c46241
Octal1163153751052301304142101
Binary10011101100110111111101100010110011011100010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,205,253); }

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

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

 a { background-color: rgb(78,205,253); }

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

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

 span { border-color: rgb(78,205,253); }

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