Html Css Color HEX #4DFEFF Baby Blue

📋 copy color: '#4DFEFF'

red 77 ◦ green 254 ◦ blue 255

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

Shades of Baby Blue #4DFEFF

Tints of Baby Blue #4DFEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 13.14%
G = 43.34%
B = 43.52%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DFEFF (or 0x4DFEFF) is known color: Baby Blue. HEX triplet: 4D, FE and FF. RGB value is (77,254,255). Sum of RGB (Red+Green+Blue) = 77+254+255=586 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.14% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEFF is #B20100. Grayscale: #C9C9C9. Windows color (decimal): -11665665 or 16776781. OLE color: 16776781.

HSL color Cylindrical-coordinate representation of color #4DFEFF: hue angle of 180.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFEFF is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 254 255 -
CMYK 0.70 0.00 0 0
HSL 180.34º 1% 0.65% -
HSV(B) 180.34º 0.7% 1% -
XYZ 56.55 79.68 107.01 -
YUV 201.19 158.36 39.42 -
System Red Green Blue C M Y K H S L
Decimal 77 254 255 0.70 0.00 0 0 180.34 1 0.65
Hex 4D FE FF 46 0 0 0 B4 64 41
Octal 115 376 377 106 0 0 0 264 144 101
Binary 1001101 11111110 11111111 1000110 0 0 0 10110100 1100100 1000001

Color Harmonies of #4DFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFEFF

Black with #4DFEFF

Text Example


Text Example

White with #4DFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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