Html Css Color HEX #4DFCF1 Baby Blue

📋 copy color: '#4DFCF1'

red 77 ◦ green 252 ◦ blue 241

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

Shades of Baby Blue #4DFCF1

Tints of Baby Blue #4DFCF1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.21%

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

R = 13.51%
G = 44.21%
B = 42.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#4DFCF1 (or 0x4DFCF1) is known color: Baby Blue. HEX triplet: 4D, FC and F1. RGB value is (77,252,241). Sum of RGB (Red+Green+Blue) = 77+252+241=570 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.51% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCF1 is #B2030E. Grayscale: #C6C6C6. Windows color (decimal): -11666191 or 15858765. OLE color: 15858765.

HSL color Cylindrical-coordinate representation of color #4DFCF1: hue angle of 176.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCF1 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 241 -
CMYK 0.69 0 0.04 0.01
HSL 176.23º 0.97% 0.65% -
HSV(B) 176.23º 0.69% 0.99% -
XYZ 53.75 77.55 95.35 -
YUV 198.42 152.02 41.39 -
System Red Green Blue C M Y K H S L
Decimal 77 252 241 0.69 0 0.04 0.01 176.23 0.97 0.65
Hex 4D FC F1 45 0 4 1 B0 61 41
Octal 115 374 361 105 0 4 1 260 141 101
Binary 1001101 11111100 11110001 1000101 0 100 1 10110000 1100001 1000001

Color Harmonies of #4DFCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCF1

Black with #4DFCF1

Text Example


Text Example

White with #4DFCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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