Html Css Color HEX #4DFCED Baby Blue

📋 copy color: '#4DFCED'

red 77 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #4DFCED

Tints of Baby Blue #4DFCED

RGB

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

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

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

R = 13.6%
G = 44.52%
B = 41.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#4DFCED (or 0x4DFCED) is known color: Baby Blue. HEX triplet: 4D, FC and ED. RGB value is (77,252,237). Sum of RGB (Red+Green+Blue) = 77+252+237=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCED is #B20312. Grayscale: #C5C5C5. Windows color (decimal): -11666195 or 15596621. OLE color: 15596621.

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

Color convert

RGB 77 252 237 -
CMYK 0.69 0 0.06 0.01
HSL 174.86º 0.97% 0.65% -
HSV(B) 174.86º 0.69% 0.99% -
XYZ 53.16 77.31 92.24 -
YUV 197.97 150.02 41.72 -
System Red Green Blue C M Y K H S L
Decimal 77 252 237 0.69 0 0.06 0.01 174.86 0.97 0.65
Hex 4D FC ED 45 0 6 1 AF 61 41
Octal 115 374 355 105 0 6 1 257 141 101
Binary 1001101 11111100 11101101 1000101 0 110 1 10101111 1100001 1000001

Color Harmonies of #4DFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCED

Black with #4DFCED

Text Example


Text Example

White with #4DFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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