Html Css Color HEX #4DEEFC Baby Blue

📋 copy color: '#4DEEFC'

red 77 ◦ green 238 ◦ blue 252

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

Shades of Baby Blue #4DEEFC

Tints of Baby Blue #4DEEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 13.58%
G = 41.98%
B = 44.44%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DEEFC (or 0x4DEEFC) is known color: Baby Blue. HEX triplet: 4D, EE and FC. RGB value is (77,238,252). Sum of RGB (Red+Green+Blue) = 77+238+252=567 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.58% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEEFC is #B21103. Grayscale: #BFBFBF. Windows color (decimal): -11669764 or 16576077. OLE color: 16576077.

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

Color convert

RGB 77 238 252 -
CMYK 0.69 0.06 0 0.01
HSL 184.8º 0.97% 0.65% -
HSV(B) 184.8º 0.69% 0.99% -
XYZ 51.21 69.76 102.86 -
YUV 191.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 77 238 252 0.69 0.06 0 0.01 184.8 0.97 0.65
Hex 4D EE FC 45 6 0 1 B9 61 41
Octal 115 356 374 105 6 0 1 271 141 101
Binary 1001101 11101110 11111100 1000101 110 0 1 10111001 1100001 1000001

Color Harmonies of #4DEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEFC

Black with #4DEEFC

Text Example


Text Example

White with #4DEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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