Html Css Color HEX #4DFDFE Baby Blue

📋 copy color: '#4DFDFE'

red 77 ◦ green 253 ◦ blue 254

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

Shades of Baby Blue #4DFDFE

Tints of Baby Blue #4DFDFE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.32%

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

R = 13.18%
G = 43.32%
B = 43.49%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4DFDFE (or 0x4DFDFE) is known color: Baby Blue. HEX triplet: 4D, FD and FE. RGB value is (77,253,254). Sum of RGB (Red+Green+Blue) = 77+253+254=584 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.18% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFDFE is #B20201. Grayscale: #C8C8C8. Windows color (decimal): -11665922 or 16710989. OLE color: 16710989.

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

Color convert

RGB 77 253 254 -
CMYK 0.70 0.00 0 0.00
HSL 180.34º 0.99% 0.65% -
HSV(B) 180.34º 0.7% 1% -
XYZ 56.08 78.98 106.06 -
YUV 200.49 158.19 39.92 -
System Red Green Blue C M Y K H S L
Decimal 77 253 254 0.70 0.00 0 0.00 180.34 0.99 0.65
Hex 4D FD FE 46 0 0 0 B4 63 41
Octal 115 375 376 106 0 0 0 264 143 101
Binary 1001101 11111101 11111110 1000110 0 0 0 10110100 1100011 1000001

Color Harmonies of #4DFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDFE

Black with #4DFDFE

Text Example


Text Example

White with #4DFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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