Html Css Color HEX #4DEBFC Baby Blue

📋 copy color: '#4DEBFC'

red 77 ◦ green 235 ◦ blue 252

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

Shades of Baby Blue #4DEBFC

Tints of Baby Blue #4DEBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 13.65%
G = 41.67%
B = 44.68%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DEBFC (or 0x4DEBFC) is known color: Baby Blue. HEX triplet: 4D, EB and FC. RGB value is (77,235,252). Sum of RGB (Red+Green+Blue) = 77+235+252=564 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.65% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEBFC is #B21403. Grayscale: #BDBDBD. Windows color (decimal): -11670532 or 16575309. OLE color: 16575309.

HSL color Cylindrical-coordinate representation of color #4DEBFC: hue angle of 185.83º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DEBFC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 235 252 -
CMYK 0.69 0.07 0 0.01
HSL 185.83º 0.97% 0.65% -
HSV(B) 185.83º 0.69% 0.99% -
XYZ 50.34 68.02 102.57 -
YUV 189.7 163.15 47.62 -
System Red Green Blue C M Y K H S L
Decimal 77 235 252 0.69 0.07 0 0.01 185.83 0.97 0.65
Hex 4D EB FC 45 7 0 1 BA 61 41
Octal 115 353 374 105 7 0 1 272 141 101
Binary 1001101 11101011 11111100 1000101 111 0 1 10111010 1100001 1000001

Color Harmonies of #4DEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEBFC

Black with #4DEBFC

Text Example


Text Example

White with #4DEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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