#4DFAF4

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

Shades of Baby Blue #4DFAF4

Tints of Baby Blue #4DFAF4

Color information

#4DFAF4 (or 0x4DFAF4) is unknown color: approx Baby Blue. HEX triplet: 4D, FA and F4. RGB value is (77,250,244). Sum of RGB (Red+Green+Blue) = 77+250+244=571 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.49% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFAF4 is #B2050B. Grayscale: #C5C5C5. Windows color (decimal): -11666700 or 16054861. OLE color: 16054861.

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

Color convert

RGB77250244-
CMYK0.6900.020.02
HSL177.92º94.54%64.12%-
HSV(B)177.92º69.2%98.04%-
XYZ53.5876.4897.53-
YUV197.59154.1941.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.49%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 244 (95.70% from 255) = 42.73%
R=13.49%
G=43.78%
B=42.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772502440.6900.020.02177.9294.5464.12
Hex4DFAF445022b25f40
Octal115372364105022262137100
Binary100110111111010111101001000101010101011001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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