Html Css Color HEX #4DFEF1 Baby Blue

📋 copy color: '#4DFEF1'

red 77 ◦ green 254 ◦ blue 241

#4DFEF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #4DFEF1

Tints of Baby Blue #4DFEF1

RGB

 RED value IS 77 (30.47% from 255) = 13.46%

 GREEN value IS 254 (99.61% from 255) = 44.41%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 13.46%
G = 44.41%
B = 42.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#4DFEF1 (or 0x4DFEF1) is known color: Baby Blue. HEX triplet: 4D, FE and F1. RGB value is (77,254,241). Sum of RGB (Red+Green+Blue) = 77+254+241=572 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.46% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEF1 is #B2010E. Grayscale: #C7C7C7. Windows color (decimal): -11665679 or 15859277. OLE color: 15859277.

HSL color Cylindrical-coordinate representation of color #4DFEF1: hue angle of 175.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEF1 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 241 -
CMYK 0.70 0 0.05 0.00
HSL 175.59º 0.99% 0.65% -
HSV(B) 175.59º 0.7% 1% -
XYZ 54.38 78.81 95.57 -
YUV 199.6 151.36 40.56 -
System Red Green Blue C M Y K H S L
Decimal 77 254 241 0.70 0 0.05 0.00 175.59 0.99 0.65
Hex 4D FE F1 46 0 5 0 B0 63 41
Octal 115 376 361 106 0 5 0 260 143 101
Binary 1001101 11111110 11110001 1000110 0 101 0 10110000 1100011 1000001

Color Harmonies of #4DFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEF1

Black with #4DFEF1

Text Example


Text Example

White with #4DFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DFEF1;
 }
 .AnyTagClassName
 {
   color: #4DFEF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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