#4DFEEB

Color #4DFEEB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #4DFEEB

Tints of Baby Blue #4DFEEB

Color information

#4DFEEB (or 0x4DFEEB) is unknown color: approx Baby Blue. HEX triplet: 4D, FE and EB. RGB value is (77,254,235). Sum of RGB (Red+Green+Blue) = 77+254+235=566 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.60% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFEEB is #B20114. Grayscale: #C6C6C6. Windows color (decimal): -11665685 or 15466061. OLE color: 15466061.

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

Color convert

RGB77254235-
CMYK0.7000.070.00
HSL173.56º98.88%64.9%-
HSV(B)173.56º69.69%99.61%-
XYZ53.578.4690.92-
YUV198.91148.3641.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.60%
GREEN value IS 254 (99.61% from 255) = 44.88%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=13.60%
G=44.88%
B=41.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal772542350.7000.070.00173.5698.8864.9
Hex4DFEEB46070ae6341
Octal115376353106070256143101
Binary100110111111110111010111000110011101010111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DFEEB;
 }
 .AnyTagClassName
 {
   color: #4DFEEB;
 }
</style>
background-color css

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

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

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

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

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

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