#4DF5FA

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

Shades of Baby Blue #4DF5FA

Tints of Baby Blue #4DF5FA

Color information

#4DF5FA (or 0x4DF5FA) is unknown color: approx Baby Blue. HEX triplet: 4D, F5 and FA. RGB value is (77,245,250). Sum of RGB (Red+Green+Blue) = 77+245+250=572 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.46% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DF5FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF5FA is #B20A05. Grayscale: #C3C3C3. Windows color (decimal): -11667974 or 16446797. OLE color: 16446797.

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

Color convert

RGB77245250-
CMYK0.690.0200.02
HSL181.73º94.54%64.12%-
HSV(B)181.73º69.2%98.04%-
XYZ52.9773.78101.89-
YUV195.34158.8443.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.46%
GREEN value IS 245 (96.09% from 255) = 42.83%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=13.46%
G=42.83%
B=43.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772452500.690.0200.02181.7394.5464.12
Hex4DF5FA45202b65f40
Octal115365372105202266137100
Binary100110111110101111110101000101100101011011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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