Html Css Color HEX #4DFCF2 Baby Blue

📋 copy color: '#4DFCF2'

red 77 ◦ green 252 ◦ blue 242

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

Shades of Baby Blue #4DFCF2

Tints of Baby Blue #4DFCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.38%

R = 13.49%
G = 44.13%
B = 42.38%

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

#4DFCF2 (or 0x4DFCF2) is known color: Baby Blue. HEX triplet: 4D, FC and F2. RGB value is (77,252,242). Sum of RGB (Red+Green+Blue) = 77+252+242=571 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.49% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCF2 is #B2030D. Grayscale: #C6C6C6. Windows color (decimal): -11666190 or 15924301. OLE color: 15924301.

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

Color convert

RGB 77 252 242 -
CMYK 0.69 0 0.04 0.01
HSL 176.57º 0.97% 0.65% -
HSV(B) 176.57º 0.69% 0.99% -
XYZ 53.9 77.61 96.14 -
YUV 198.54 152.52 41.31 -
System Red Green Blue C M Y K H S L
Decimal 77 252 242 0.69 0 0.04 0.01 176.57 0.97 0.65
Hex 4D FC F2 45 0 4 1 B1 61 41
Octal 115 374 362 105 0 4 1 261 141 101
Binary 1001101 11111100 11110010 1000101 0 100 1 10110001 1100001 1000001

Color Harmonies of #4DFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCF2

Black with #4DFCF2

Text Example


Text Example

White with #4DFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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