#4DFAF7

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

Shades of Baby Blue #4DFAF7

Tints of Baby Blue #4DFAF7

Color information

#4DFAF7 (or 0x4DFAF7) is unknown color: approx Baby Blue. HEX triplet: 4D, FA and F7. RGB value is (77,250,247). Sum of RGB (Red+Green+Blue) = 77+250+247=574 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.41% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFAF7 is #B20508. Grayscale: #C5C5C5. Windows color (decimal): -11666697 or 16251469. OLE color: 16251469.

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

Color convert

RGB77250247-
CMYK0.6900.010.02
HSL178.96º94.54%64.12%-
HSV(B)178.96º69.2%98.04%-
XYZ54.0376.6699.95-
YUV197.93155.6941.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.41%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 247 (96.88% from 255) = 43.03%
R=13.41%
G=43.55%
B=43.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772502470.6900.010.02178.9694.5464.12
Hex4DFAF745012b35f40
Octal115372367105012263137100
Binary10011011111101011110111100010101101011001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,250,247); }

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

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

 a { background-color: rgb(77,250,247); }

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

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

 span { border-color: rgb(77,250,247); }

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