Html Css Color HEX #4DEEFF Baby Blue

📋 copy color: '#4DEEFF'

red 77 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #4DEEFF

Tints of Baby Blue #4DEEFF

RGB

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

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

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

R = 13.51%
G = 41.75%
B = 44.74%

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

#4DEEFF (or 0x4DEEFF) is known color: Baby Blue. HEX triplet: 4D, EE and FF. RGB value is (77,238,255). Sum of RGB (Red+Green+Blue) = 77+238+255=570 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.51% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEEFF is #B21100. Grayscale: #BFBFBF. Windows color (decimal): -11669761 or 16772685. OLE color: 16772685.

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

Color convert

RGB 77 238 255 -
CMYK 0.70 0.07 0 0
HSL 185.73º 1% 0.65% -
HSV(B) 185.73º 0.7% 1% -
XYZ 51.69 69.95 105.38 -
YUV 191.8 163.66 46.12 -
System Red Green Blue C M Y K H S L
Decimal 77 238 255 0.70 0.07 0 0 185.73 1 0.65
Hex 4D EE FF 46 7 0 0 BA 64 41
Octal 115 356 377 106 7 0 0 272 144 101
Binary 1001101 11101110 11111111 1000110 111 0 0 10111010 1100100 1000001

Color Harmonies of #4DEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEFF

Black with #4DEEFF

Text Example


Text Example

White with #4DEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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