#4DFFEA

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

Shades of Baby Blue #4DFFEA

Tints of Baby Blue #4DFFEA

Color information

#4DFFEA (or 0x4DFFEA) is unknown color: approx Baby Blue. HEX triplet: 4D, FF and EA. RGB value is (77,255,234). Sum of RGB (Red+Green+Blue) = 77+255+234=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFEA is #B20015. Grayscale: #C7C7C7. Windows color (decimal): -11665430 or 15400781. OLE color: 15400781.

HSL color Cylindrical-coordinate representation of color #4DFFEA: hue angle of 172.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFEA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB77255234-
CMYK0.7000.080
HSL172.92º100%65.1%-
HSV(B)172.92º69.8%100%-
XYZ53.6779.0490.27-
YUV199.38147.5340.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.60%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=13.60%
G=45.05%
B=41.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal772552340.7000.080172.9210065.1
Hex4DFFEA46080ad6441
Octal1153773521060100255144101
Binary1001101111111111110101010001100100001010110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,255,234); }

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

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

 a { background-color: rgb(77,255,234); }

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

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

 span { border-color: rgb(77,255,234); }

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