Html Css Color HEX #4DFAFE Baby Blue

📋 copy color: '#4DFAFE'

red 77 ◦ green 250 ◦ blue 254

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

Shades of Baby Blue #4DFAFE

Tints of Baby Blue #4DFAFE

RGB

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

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

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

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

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 77 250 254 -
CMYK 0.70 0.02 0 0.00
HSL 181.36º 0.99% 0.65% -
HSV(B) 181.36º 0.7% 1% -
XYZ 55.14 77.1 105.74 -
YUV 198.73 159.19 41.17 -
System Red Green Blue C M Y K H S L
Decimal 77 250 254 0.70 0.02 0 0.00 181.36 0.99 0.65
Hex 4D FA FE 46 2 0 0 B5 63 41
Octal 115 372 376 106 2 0 0 265 143 101
Binary 1001101 11111010 11111110 1000110 10 0 0 10110101 1100011 1000001

Color Harmonies of #4DFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAFE

Black with #4DFAFE

Text Example


Text Example

White with #4DFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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