Html Css Color HEX #4DEBFE Baby Blue

📋 copy color: '#4DEBFE'

red 77 ◦ green 235 ◦ blue 254

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

Shades of Baby Blue #4DEBFE

Tints of Baby Blue #4DEBFE

RGB

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

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

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

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

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 77 235 254 -
CMYK 0.70 0.07 0 0.00
HSL 186.44º 0.99% 0.65% -
HSV(B) 186.44º 0.7% 1% -
XYZ 50.66 68.15 104.25 -
YUV 189.92 164.15 47.46 -
System Red Green Blue C M Y K H S L
Decimal 77 235 254 0.70 0.07 0 0.00 186.44 0.99 0.65
Hex 4D EB FE 46 7 0 0 BA 63 41
Octal 115 353 376 106 7 0 0 272 143 101
Binary 1001101 11101011 11111110 1000110 111 0 0 10111010 1100011 1000001

Color Harmonies of #4DEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEBFE

Black with #4DEBFE

Text Example


Text Example

White with #4DEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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