Html Css Color HEX #49FAFD Baby Blue

📋 copy color: '#49FAFD'

red 73 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #49FAFD

Tints of Baby Blue #49FAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.4%

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

R = 12.67%
G = 43.4%
B = 43.92%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49FAFD (or 0x49FAFD) is known color: Baby Blue. HEX triplet: 49, FA and FD. RGB value is (73,250,253). Sum of RGB (Red+Green+Blue) = 73+250+253=576 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.67% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #49FAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FAFD is #B60502. Grayscale: #C5C5C5. Windows color (decimal): -11928835 or 16644681. OLE color: 16644681.

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

Color convert

RGB 73 250 253 -
CMYK 0.71 0.01 0 0.01
HSL 181º 0.98% 0.64% -
HSV(B) 181º 0.71% 0.99% -
XYZ 54.66 76.88 104.89 -
YUV 197.42 159.36 39.26 -
System Red Green Blue C M Y K H S L
Decimal 73 250 253 0.71 0.01 0 0.01 181 0.98 0.64
Hex 49 FA FD 47 1 0 1 B5 62 40
Octal 111 372 375 107 1 0 1 265 142 100
Binary 1001001 11111010 11111101 1000111 1 0 1 10110101 1100010 1000000

Color Harmonies of #49FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAFD

Black with #49FAFD

Text Example


Text Example

White with #49FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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