Html Css Color HEX #4DF8ED Baby Blue

📋 copy color: '#4DF8ED'

red 77 ◦ green 248 ◦ blue 237

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

Shades of Baby Blue #4DF8ED

Tints of Baby Blue #4DF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.13%

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 13.7%
G = 44.13%
B = 42.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#4DF8ED (or 0x4DF8ED) is known color: Baby Blue. HEX triplet: 4D, F8 and ED. RGB value is (77,248,237). Sum of RGB (Red+Green+Blue) = 77+248+237=562 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.70% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF8ED is #B20712. Grayscale: #C3C3C3. Windows color (decimal): -11667219 or 15595597. OLE color: 15595597.

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

Color convert

RGB 77 248 237 -
CMYK 0.69 0 0.04 0.03
HSL 176.14º 0.92% 0.64% -
HSV(B) 176.14º 0.69% 0.97% -
XYZ 51.91 74.83 91.83 -
YUV 195.62 151.35 43.39 -
System Red Green Blue C M Y K H S L
Decimal 77 248 237 0.69 0 0.04 0.03 176.14 0.92 0.64
Hex 4D F8 ED 45 0 4 3 B0 5C 40
Octal 115 370 355 105 0 4 3 260 134 100
Binary 1001101 11111000 11101101 1000101 0 100 11 10110000 1011100 1000000

Color Harmonies of #4DF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF8ED

Black with #4DF8ED

Text Example


Text Example

White with #4DF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,248,237); }

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

background-color css

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

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

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

border-color css

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

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

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