Html Css Color HEX #49ECFD Baby Blue

📋 copy color: '#49ECFD'

red 73 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #49ECFD

Tints of Baby Blue #49ECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.99%

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

R = 12.99%
G = 41.99%
B = 45.02%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49ECFD (or 0x49ECFD) is known color: Baby Blue. HEX triplet: 49, EC and FD. RGB value is (73,236,253). Sum of RGB (Red+Green+Blue) = 73+236+253=562 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.99% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #49ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49ECFD is #B61302. Grayscale: #BCBCBC. Windows color (decimal): -11932419 or 16641097. OLE color: 16641097.

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

Color convert

RGB 73 236 253 -
CMYK 0.71 0.07 0 0.01
HSL 185.67º 0.98% 0.64% -
HSV(B) 185.67º 0.71% 0.99% -
XYZ 50.47 68.5 103.49 -
YUV 189.2 164 45.12 -
System Red Green Blue C M Y K H S L
Decimal 73 236 253 0.71 0.07 0 0.01 185.67 0.98 0.64
Hex 49 EC FD 47 7 0 1 BA 62 40
Octal 111 354 375 107 7 0 1 272 142 100
Binary 1001001 11101100 11111101 1000111 111 0 1 10111010 1100010 1000000

Color Harmonies of #49ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECFD

Black with #49ECFD

Text Example


Text Example

White with #49ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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