#4DFCF1

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

Shades of Baby Blue #4DFCF1

Tints of Baby Blue #4DFCF1

Color information

#4DFCF1 (or 0x4DFCF1) is unknown color: approx Baby Blue. HEX triplet: 4D, FC and F1. RGB value is (77,252,241). Sum of RGB (Red+Green+Blue) = 77+252+241=570 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.51% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCF1 is #B2030E. Grayscale: #C6C6C6. Windows color (decimal): -11666191 or 15858765. OLE color: 15858765.

HSL color Cylindrical-coordinate representation of color #4DFCF1: hue angle of 176.23º degrees, saturation: 0.97, 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 #4DFCF1 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB77252241-
CMYK0.6900.040.01
HSL176.23º96.69%64.51%-
HSV(B)176.23º69.44%98.82%-
XYZ53.7577.5595.35-
YUV198.42152.0241.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.51%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=13.51%
G=44.21%
B=42.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal772522410.6900.040.01176.2396.6964.51
Hex4DFCF145041b06141
Octal115374361105041260141101
Binary100110111111100111100011000101010011011000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,252,241); }

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

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

 a { background-color: rgb(77,252,241); }

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

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

 span { border-color: rgb(77,252,241); }

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