Html Css Color HEX #4DFEEB Baby Blue

📋 copy color: '#4DFEEB'

red 77 ◦ green 254 ◦ blue 235

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

Shades of Baby Blue #4DFEEB

Tints of Baby Blue #4DFEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.88%

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 13.6%
G = 44.88%
B = 41.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#4DFEEB (or 0x4DFEEB) is known color: Baby Blue. HEX triplet: 4D, FE and EB. RGB value is (77,254,235). Sum of RGB (Red+Green+Blue) = 77+254+235=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEEB is #B20114. Grayscale: #C6C6C6. Windows color (decimal): -11665685 or 15466061. OLE color: 15466061.

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

Color convert

RGB 77 254 235 -
CMYK 0.70 0 0.07 0.00
HSL 173.56º 0.99% 0.65% -
HSV(B) 173.56º 0.7% 1% -
XYZ 53.5 78.46 90.92 -
YUV 198.91 148.36 41.04 -
System Red Green Blue C M Y K H S L
Decimal 77 254 235 0.70 0 0.07 0.00 173.56 0.99 0.65
Hex 4D FE EB 46 0 7 0 AE 63 41
Octal 115 376 353 106 0 7 0 256 143 101
Binary 1001101 11111110 11101011 1000110 0 111 0 10101110 1100011 1000001

Color Harmonies of #4DFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEEB

Black with #4DFEEB

Text Example


Text Example

White with #4DFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,254,235); }

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

background-color css

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

 a { background-color: rgb(77,254,235); }

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

border-color css

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

 span { border-color: rgb(77,254,235); }

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