Html Css Color HEX #4DFEFA Baby Blue

📋 copy color: '#4DFEFA'

red 77 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #4DFEFA

Tints of Baby Blue #4DFEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 13.25%
G = 43.72%
B = 43.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#4DFEFA (or 0x4DFEFA) is known color: Baby Blue. HEX triplet: 4D, FE and FA. RGB value is (77,254,250). Sum of RGB (Red+Green+Blue) = 77+254+250=581 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.25% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEFA is #B20105. Grayscale: #C8C8C8. Windows color (decimal): -11665670 or 16449101. OLE color: 16449101.

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

Color convert

RGB 77 254 250 -
CMYK 0.70 0 0.02 0.00
HSL 178.64º 0.99% 0.65% -
HSV(B) 178.64º 0.7% 1% -
XYZ 55.76 79.36 102.82 -
YUV 200.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 77 254 250 0.70 0 0.02 0.00 178.64 0.99 0.65
Hex 4D FE FA 46 0 2 0 B3 63 41
Octal 115 376 372 106 0 2 0 263 143 101
Binary 1001101 11111110 11111010 1000110 0 10 0 10110011 1100011 1000001

Color Harmonies of #4DFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEFA

Black with #4DFEFA

Text Example


Text Example

White with #4DFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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