Html Css Color HEX #49FDF8 Baby Blue

📋 copy color: '#49FDF8'

red 73 ◦ green 253 ◦ blue 248

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

Shades of Baby Blue #49FDF8

Tints of Baby Blue #49FDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.21%

R = 12.72%
G = 44.08%
B = 43.21%

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

#49FDF8 (or 0x49FDF8) is known color: Baby Blue. HEX triplet: 49, FD and F8. RGB value is (73,253,248). Sum of RGB (Red+Green+Blue) = 73+253+248=574 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.72% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDF8 is #B60207. Grayscale: #C6C6C6. Windows color (decimal): -11928072 or 16317769. OLE color: 16317769.

HSL color Cylindrical-coordinate representation of color #49FDF8: hue angle of 178.33º 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 #49FDF8 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 253 248 -
CMYK 0.71 0 0.02 0.01
HSL 178.33º 0.98% 0.64% -
HSV(B) 178.33º 0.71% 0.99% -
XYZ 54.82 78.44 101.06 -
YUV 198.61 155.87 38.41 -
System Red Green Blue C M Y K H S L
Decimal 73 253 248 0.71 0 0.02 0.01 178.33 0.98 0.64
Hex 49 FD F8 47 0 2 1 B2 62 40
Octal 111 375 370 107 0 2 1 262 142 100
Binary 1001001 11111101 11111000 1000111 0 10 1 10110010 1100010 1000000

Color Harmonies of #49FDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FDF8

Black with #49FDF8

Text Example


Text Example

White with #49FDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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