Html Css Color HEX #49FEEE Baby Blue

📋 copy color: '#49FEEE'

red 73 ◦ green 254 ◦ blue 238

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

Shades of Baby Blue #49FEEE

Tints of Baby Blue #49FEEE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.96%

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

R = 12.92%
G = 44.96%
B = 42.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#49FEEE (or 0x49FEEE) is known color: Baby Blue. HEX triplet: 49, FE and EE. RGB value is (73,254,238). Sum of RGB (Red+Green+Blue) = 73+254+238=565 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.92% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEEE is #B60111. Grayscale: #C5C5C5. Windows color (decimal): -11927826 or 15662665. OLE color: 15662665.

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

Color convert

RGB 73 254 238 -
CMYK 0.71 0 0.06 0.00
HSL 174.7º 0.99% 0.64% -
HSV(B) 174.7º 0.71% 1% -
XYZ 53.62 78.47 93.21 -
YUV 198.06 150.53 38.8 -
System Red Green Blue C M Y K H S L
Decimal 73 254 238 0.71 0 0.06 0.00 174.7 0.99 0.64
Hex 49 FE EE 47 0 6 0 AF 63 40
Octal 111 376 356 107 0 6 0 257 143 100
Binary 1001001 11111110 11101110 1000111 0 110 0 10101111 1100011 1000000

Color Harmonies of #49FEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEEE

Black with #49FEEE

Text Example


Text Example

White with #49FEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49FEEE;
 }
 .AnyTagClassName
 {
   color: #49FEEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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