#4DF1F1

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

Shades of Baby Blue #4DF1F1

Tints of Baby Blue #4DF1F1

Color information

#4DF1F1 (or 0x4DF1F1) is unknown color: approx Baby Blue. HEX triplet: 4D, F1 and F1. RGB value is (77,241,241). Sum of RGB (Red+Green+Blue) = 77+241+241=559 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.77% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #4DF1F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF1F1 is #B20E0E. Grayscale: #BFBFBF. Windows color (decimal): -11669007 or 15855949. OLE color: 15855949.

HSL color Cylindrical-coordinate representation of color #4DF1F1: hue angle of 180º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF1F1 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB77241241-
CMYK0.68000.05
HSL180º85.42%62.35%-
HSV(B)180º68.05%94.51%-
XYZ50.3970.8494.24-
YUV191.96155.6746-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.77%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=13.77%
G=43.11%
B=43.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772412410.68000.0518085.4262.35
Hex4DF1F144005b4553e
Octal11536136110400526412576
Binary10011011111000111110001100010000101101101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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