Html Css Color HEX #4DECFD Baby Blue

📋 copy color: '#4DECFD'

red 77 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #4DECFD

Tints of Baby Blue #4DECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.7%

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 13.6%
G = 41.7%
B = 44.7%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DECFD (or 0x4DECFD) is known color: Baby Blue. HEX triplet: 4D, EC and FD. RGB value is (77,236,253). Sum of RGB (Red+Green+Blue) = 77+236+253=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DECFD is #B21302. Grayscale: #BEBEBE. Windows color (decimal): -11670275 or 16641101. OLE color: 16641101.

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

Color convert

RGB 77 236 253 -
CMYK 0.70 0.07 0 0.01
HSL 185.8º 0.98% 0.65% -
HSV(B) 185.8º 0.7% 0.99% -
XYZ 50.79 68.66 103.5 -
YUV 190.4 163.32 47.12 -
System Red Green Blue C M Y K H S L
Decimal 77 236 253 0.70 0.07 0 0.01 185.8 0.98 0.65
Hex 4D EC FD 46 7 0 1 BA 62 41
Octal 115 354 375 106 7 0 1 272 142 101
Binary 1001101 11101100 11111101 1000110 111 0 1 10111010 1100010 1000001

Color Harmonies of #4DECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECFD

Black with #4DECFD

Text Example


Text Example

White with #4DECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,236,253); }

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

background-color css

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

 a { background-color: rgb(77,236,253); }

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

border-color css

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

 span { border-color: rgb(77,236,253); }

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