Html Css Color HEX #4DFCEB Baby Blue

📋 copy color: '#4DFCEB'

red 77 ◦ green 252 ◦ blue 235

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

Shades of Baby Blue #4DFCEB

Tints of Baby Blue #4DFCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 13.65%
G = 44.68%
B = 41.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#4DFCEB (or 0x4DFCEB) is known color: Baby Blue. HEX triplet: 4D, FC and EB. RGB value is (77,252,235). Sum of RGB (Red+Green+Blue) = 77+252+235=564 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.65% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCEB is #B20314. Grayscale: #C5C5C5. Windows color (decimal): -11666197 or 15465549. OLE color: 15465549.

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

Color convert

RGB 77 252 235 -
CMYK 0.69 0 0.07 0.01
HSL 174.17º 0.97% 0.65% -
HSV(B) 174.17º 0.69% 0.99% -
XYZ 52.87 77.2 90.71 -
YUV 197.74 149.02 41.88 -
System Red Green Blue C M Y K H S L
Decimal 77 252 235 0.69 0 0.07 0.01 174.17 0.97 0.65
Hex 4D FC EB 45 0 7 1 AE 61 41
Octal 115 374 353 105 0 7 1 256 141 101
Binary 1001101 11111100 11101011 1000101 0 111 1 10101110 1100001 1000001

Color Harmonies of #4DFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCEB

Black with #4DFCEB

Text Example


Text Example

White with #4DFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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