Html Css Color HEX #4DECFF Baby Blue

📋 copy color: '#4DECFF'

red 77 ◦ green 236 ◦ blue 255

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

Shades of Baby Blue #4DECFF

Tints of Baby Blue #4DECFF

RGB

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

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

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

R = 13.56%
G = 41.55%
B = 44.89%

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

#4DECFF (or 0x4DECFF) is known color: Baby Blue. HEX triplet: 4D, EC and FF. RGB value is (77,236,255). Sum of RGB (Red+Green+Blue) = 77+236+255=568 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.56% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DECFF is #B21300. Grayscale: #BEBEBE. Windows color (decimal): -11670273 or 16772173. OLE color: 16772173.

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

Color convert

RGB 77 236 255 -
CMYK 0.70 0.07 0 0
HSL 186.4º 1% 0.65% -
HSV(B) 186.4º 0.7% 1% -
XYZ 51.11 68.79 105.19 -
YUV 190.63 164.32 46.96 -
System Red Green Blue C M Y K H S L
Decimal 77 236 255 0.70 0.07 0 0 186.4 1 0.65
Hex 4D EC FF 46 7 0 0 BA 64 41
Octal 115 354 377 106 7 0 0 272 144 101
Binary 1001101 11101100 11111111 1000110 111 0 0 10111010 1100100 1000001

Color Harmonies of #4DECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECFF

Black with #4DECFF

Text Example


Text Example

White with #4DECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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