Html Css Color HEX #4DFEEE Baby Blue

📋 copy color: '#4DFEEE'

red 77 ◦ green 254 ◦ blue 238

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

Shades of Baby Blue #4DFEEE

Tints of Baby Blue #4DFEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 13.53%
G = 44.64%
B = 41.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#4DFEEE (or 0x4DFEEE) is known color: Baby Blue. HEX triplet: 4D, FE and EE. RGB value is (77,254,238). Sum of RGB (Red+Green+Blue) = 77+254+238=569 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.53% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEEE is #B20111. Grayscale: #C7C7C7. Windows color (decimal): -11665682 or 15662669. OLE color: 15662669.

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

Color convert

RGB 77 254 238 -
CMYK 0.70 0 0.06 0.00
HSL 174.58º 0.99% 0.65% -
HSV(B) 174.58º 0.7% 1% -
XYZ 53.94 78.63 93.22 -
YUV 199.25 149.86 40.8 -
System Red Green Blue C M Y K H S L
Decimal 77 254 238 0.70 0 0.06 0.00 174.58 0.99 0.65
Hex 4D FE EE 46 0 6 0 AF 63 41
Octal 115 376 356 106 0 6 0 257 143 101
Binary 1001101 11111110 11101110 1000110 0 110 0 10101111 1100011 1000001

Color Harmonies of #4DFEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEEE

Black with #4DFEEE

Text Example


Text Example

White with #4DFEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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