Html Css Color HEX #4DEEFD Baby Blue

📋 copy color: '#4DEEFD'

red 77 ◦ green 238 ◦ blue 253

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

Shades of Baby Blue #4DEEFD

Tints of Baby Blue #4DEEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.9%

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

R = 13.56%
G = 41.9%
B = 44.54%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DEEFD (or 0x4DEEFD) is known color: Baby Blue. HEX triplet: 4D, EE and FD. RGB value is (77,238,253). Sum of RGB (Red+Green+Blue) = 77+238+253=568 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.56% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEEFD is #B21102. Grayscale: #BFBFBF. Windows color (decimal): -11669763 or 16641613. OLE color: 16641613.

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

Color convert

RGB 77 238 253 -
CMYK 0.70 0.06 0 0.01
HSL 185.11º 0.98% 0.65% -
HSV(B) 185.11º 0.7% 0.99% -
XYZ 51.36 69.82 103.7 -
YUV 191.57 162.66 46.28 -
System Red Green Blue C M Y K H S L
Decimal 77 238 253 0.70 0.06 0 0.01 185.11 0.98 0.65
Hex 4D EE FD 46 6 0 1 B9 62 41
Octal 115 356 375 106 6 0 1 271 142 101
Binary 1001101 11101110 11111101 1000110 110 0 1 10111001 1100010 1000001

Color Harmonies of #4DEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEFD

Black with #4DEEFD

Text Example


Text Example

White with #4DEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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