Html Css Color HEX #49FEFD Baby Blue

📋 copy color: '#49FEFD'

red 73 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #49FEFD

Tints of Baby Blue #49FEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.62%

R = 12.59%
G = 43.79%
B = 43.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#49FEFD (or 0x49FEFD) is known color: Baby Blue. HEX triplet: 49, FE and FD. RGB value is (73,254,253). Sum of RGB (Red+Green+Blue) = 73+254+253=580 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.59% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEFD is #B60102. Grayscale: #C7C7C7. Windows color (decimal): -11927811 or 16645705. OLE color: 16645705.

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

Color convert

RGB 73 254 253 -
CMYK 0.71 0 0.00 0.00
HSL 179.67º 0.99% 0.64% -
HSV(B) 179.67º 0.71% 1% -
XYZ 55.92 79.39 105.31 -
YUV 199.77 158.03 37.58 -
System Red Green Blue C M Y K H S L
Decimal 73 254 253 0.71 0 0.00 0.00 179.67 0.99 0.64
Hex 49 FE FD 47 0 0 0 B4 63 40
Octal 111 376 375 107 0 0 0 264 143 100
Binary 1001001 11111110 11111101 1000111 0 0 0 10110100 1100011 1000000

Color Harmonies of #49FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEFD

Black with #49FEFD

Text Example


Text Example

White with #49FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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