#4DFEEC

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

Shades of Baby Blue #4DFEEC

Tints of Baby Blue #4DFEEC

Color information

#4DFEEC (or 0x4DFEEC) is unknown color: approx Baby Blue. HEX triplet: 4D, FE and EC. RGB value is (77,254,236). Sum of RGB (Red+Green+Blue) = 77+254+236=567 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.58% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEEC is #B20113. Grayscale: #C6C6C6. Windows color (decimal): -11665684 or 15531597. OLE color: 15531597.

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

Color convert

RGB77254236-
CMYK0.7000.070.00
HSL173.9º98.88%64.9%-
HSV(B)173.9º69.69%99.61%-
XYZ53.6478.5291.69-
YUV199.02148.8640.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.58%
GREEN value IS 254 (99.61% from 255) = 44.80%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=13.58%
G=44.80%
B=41.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal772542360.7000.070.00173.998.8864.9
Hex4DFEEC46070ae6341
Octal115376354106070256143101
Binary100110111111110111011001000110011101010111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,254,236); }

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

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

 a { background-color: rgb(77,254,236); }

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

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

 span { border-color: rgb(77,254,236); }

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