Html Css Color HEX #4DEDFF Baby Blue

📋 copy color: '#4DEDFF'

red 77 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #4DEDFF

Tints of Baby Blue #4DEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

 BLUE value IS 255 (100% from 255) = 44.82%

R = 13.53%
G = 41.65%
B = 44.82%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DEDFF (or 0x4DEDFF) is known color: Baby Blue. HEX triplet: 4D, ED and FF. RGB value is (77,237,255). Sum of RGB (Red+Green+Blue) = 77+237+255=569 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.53% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEDFF is #B21200. Grayscale: #BEBEBE. Windows color (decimal): -11670017 or 16772429. OLE color: 16772429.

HSL color Cylindrical-coordinate representation of color #4DEDFF: hue angle of 186.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DEDFF is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 237 255 -
CMYK 0.70 0.07 0 0
HSL 186.07º 1% 0.65% -
HSV(B) 186.07º 0.7% 1% -
XYZ 51.39 69.37 105.29 -
YUV 191.21 163.99 46.54 -
System Red Green Blue C M Y K H S L
Decimal 77 237 255 0.70 0.07 0 0 186.07 1 0.65
Hex 4D ED FF 46 7 0 0 BA 64 41
Octal 115 355 377 106 7 0 0 272 144 101
Binary 1001101 11101101 11111111 1000110 111 0 0 10111010 1100100 1000001

Color Harmonies of #4DEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDFF

Black with #4DEDFF

Text Example


Text Example

White with #4DEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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