Html Css Color HEX #4DFEEF Baby Blue

📋 copy color: '#4DFEEF'

red 77 ◦ green 254 ◦ blue 239

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

Shades of Baby Blue #4DFEEF

Tints of Baby Blue #4DFEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 13.51%
G = 44.56%
B = 41.93%

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

#4DFEEF (or 0x4DFEEF) is known color: Baby Blue. HEX triplet: 4D, FE and EF. RGB value is (77,254,239). Sum of RGB (Red+Green+Blue) = 77+254+239=570 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.51% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEEF is #B20110. Grayscale: #C7C7C7. Windows color (decimal): -11665681 or 15728205. OLE color: 15728205.

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

Color convert

RGB 77 254 239 -
CMYK 0.70 0 0.06 0.00
HSL 174.92º 0.99% 0.65% -
HSV(B) 174.92º 0.7% 1% -
XYZ 54.08 78.69 94 -
YUV 199.37 150.36 40.72 -
System Red Green Blue C M Y K H S L
Decimal 77 254 239 0.70 0 0.06 0.00 174.92 0.99 0.65
Hex 4D FE EF 46 0 6 0 AF 63 41
Octal 115 376 357 106 0 6 0 257 143 101
Binary 1001101 11111110 11101111 1000110 0 110 0 10101111 1100011 1000001

Color Harmonies of #4DFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEEF

Black with #4DFEEF

Text Example


Text Example

White with #4DFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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