#4DF9F0

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

Shades of Baby Blue #4DF9F0

Tints of Baby Blue #4DF9F0

Color information

#4DF9F0 (or 0x4DF9F0) is unknown color: approx Baby Blue. HEX triplet: 4D, F9 and F0. RGB value is (77,249,240). Sum of RGB (Red+Green+Blue) = 77+249+240=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF9F0 is #B2060F. Grayscale: #C4C4C4. Windows color (decimal): -11666960 or 15792461. OLE color: 15792461.

HSL color Cylindrical-coordinate representation of color #4DF9F0: hue angle of 176.86º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF9F0 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB77249240-
CMYK0.6900.040.02
HSL176.86º93.48%63.92%-
HSV(B)176.86º69.08%97.65%-
XYZ52.6675.6294.26-
YUV196.55152.5242.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.60%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=13.60%
G=43.99%
B=42.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772492400.6900.040.02176.8693.4863.92
Hex4DF9F045042b15d40
Octal115371360105042261135100
Binary1001101111110011111000010001010100101011000110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,249,240); }

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

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

 a { background-color: rgb(77,249,240); }

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

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

 span { border-color: rgb(77,249,240); }

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