#49ffee

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

Shades of Baby Blue #49FFEE

Tints of Baby Blue #49FFEE

Color information

#49FFEE (or 0x49FFEE) is unknown color: approx Baby Blue. HEX triplet: 49, FF and EE. RGB value is (73,255,238). Sum of RGB (Red+Green+Blue) = 73+255+238=566 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.90% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFEE is #B60011. Grayscale: #C6C6C6. Windows color (decimal): -11927570 or 15662921. OLE color: 15662921.

HSL color Cylindrical-coordinate representation of color #49FFEE: hue angle of 174.4º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFEE is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB73255238-
CMYK0.7100.070
HSL174.4º100%64.31%-
HSV(B)174.4º71.37%100%-
XYZ53.9479.1193.32-
YUV198.64150.238.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 12.90%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=12.90%
G=45.05%
B=42.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal732552380.7100.070174.410064.31
Hex49FFEE47070ae6440
Octal111377356107070256144100
Binary100100111111111111011101000111011101010111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ffee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49ffee; }

 p { color: rgb(73,255,238); }

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

<style>
 a { background-color: #49ffee; }

 a { background-color: rgb(73,255,238); }

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

<style>
 span { border-color: #49ffee; }

 span { border-color: rgb(73,255,238); }

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