Html Css Color HEX #49FDF9 Baby Blue

📋 copy color: '#49FDF9'

red 73 ◦ green 253 ◦ blue 249

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

Shades of Baby Blue #49FDF9

Tints of Baby Blue #49FDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44%

 BLUE value IS 249 (97.66% from 255) = 43.3%

R = 12.7%
G = 44%
B = 43.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#49FDF9 (or 0x49FDF9) is known color: Baby Blue. HEX triplet: 49, FD and F9. RGB value is (73,253,249). Sum of RGB (Red+Green+Blue) = 73+253+249=575 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.70% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDF9 is #B60206. Grayscale: #C6C6C6. Windows color (decimal): -11928071 or 16383305. OLE color: 16383305.

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

Color convert

RGB 73 253 249 -
CMYK 0.71 0 0.02 0.01
HSL 178.67º 0.98% 0.64% -
HSV(B) 178.67º 0.71% 0.99% -
XYZ 54.97 78.51 101.88 -
YUV 198.72 156.37 38.33 -
System Red Green Blue C M Y K H S L
Decimal 73 253 249 0.71 0 0.02 0.01 178.67 0.98 0.64
Hex 49 FD F9 47 0 2 1 B3 62 40
Octal 111 375 371 107 0 2 1 263 142 100
Binary 1001001 11111101 11111001 1000111 0 10 1 10110011 1100010 1000000

Color Harmonies of #49FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FDF9

Black with #49FDF9

Text Example


Text Example

White with #49FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,253,249); }

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

background-color css

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

 a { background-color: rgb(73,253,249); }

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

border-color css

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

 span { border-color: rgb(73,253,249); }

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