Html Css Color HEX #49FFEE Baby Blue

📋 copy color: '#49FFEE'

red 73 ◦ green 255 ◦ blue 238

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

Shades of Baby Blue #49FFEE

Tints of Baby Blue #49FFEE

RGB

 RED value IS 73 (28.91% from 255) = 12.9%

 GREEN value IS 255 (100% from 255) = 45.05%

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 12.9%
G = 45.05%
B = 42.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#49FFEE (or 0x49FFEE) is known color: 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

RGB 73 255 238 -
CMYK 0.71 0 0.07 0
HSL 174.4º 1% 0.64% -
HSV(B) 174.4º 0.71% 1% -
XYZ 53.94 79.11 93.32 -
YUV 198.64 150.2 38.38 -
System Red Green Blue C M Y K H S L
Decimal 73 255 238 0.71 0 0.07 0 174.4 1 0.64
Hex 49 FF EE 47 0 7 0 AE 64 40
Octal 111 377 356 107 0 7 0 256 144 100
Binary 1001001 11111111 11101110 1000111 0 111 0 10101110 1100100 1000000

Color Harmonies of #49FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFEE

Black with #49FFEE

Text Example


Text Example

White with #49FFEE

Text Example


Text Example

HTML Codes & Css Web 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>