Html Css Color HEX #4DFCFE Baby Blue

📋 copy color: '#4DFCFE'

red 77 ◦ green 252 ◦ blue 254

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

Shades of Baby Blue #4DFCFE

Tints of Baby Blue #4DFCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.22%

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

R = 13.21%
G = 43.22%
B = 43.57%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4DFCFE (or 0x4DFCFE) is known color: Baby Blue. HEX triplet: 4D, FC and FE. RGB value is (77,252,254). Sum of RGB (Red+Green+Blue) = 77+252+254=583 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.21% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DFCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCFE is #B20301. Grayscale: #C7C7C7. Windows color (decimal): -11666178 or 16710733. OLE color: 16710733.

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

Color convert

RGB 77 252 254 -
CMYK 0.70 0.01 0 0.00
HSL 180.68º 0.99% 0.65% -
HSV(B) 180.68º 0.7% 1% -
XYZ 55.76 78.35 105.95 -
YUV 199.9 158.52 40.34 -
System Red Green Blue C M Y K H S L
Decimal 77 252 254 0.70 0.01 0 0.00 180.68 0.99 0.65
Hex 4D FC FE 46 1 0 0 B5 63 41
Octal 115 374 376 106 1 0 0 265 143 101
Binary 1001101 11111100 11111110 1000110 1 0 0 10110101 1100011 1000001

Color Harmonies of #4DFCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCFE

Black with #4DFCFE

Text Example


Text Example

White with #4DFCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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