Html Css Color HEX #49ECFB Baby Blue

📋 copy color: '#49ECFB'

red 73 ◦ green 236 ◦ blue 251

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

Shades of Baby Blue #49ECFB

Tints of Baby Blue #49ECFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 13.04%
G = 42.14%
B = 44.82%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49ECFB (or 0x49ECFB) is known color: Baby Blue. HEX triplet: 49, EC and FB. RGB value is (73,236,251). Sum of RGB (Red+Green+Blue) = 73+236+251=560 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.04% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #49ECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49ECFB is #B61304. Grayscale: #BCBCBC. Windows color (decimal): -11932421 or 16510025. OLE color: 16510025.

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

Color convert

RGB 73 236 251 -
CMYK 0.71 0.06 0 0.02
HSL 185.06º 0.96% 0.64% -
HSV(B) 185.06º 0.71% 0.98% -
XYZ 50.16 68.37 101.82 -
YUV 188.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 73 236 251 0.71 0.06 0 0.02 185.06 0.96 0.64
Hex 49 EC FB 47 6 0 2 B9 60 40
Octal 111 354 373 107 6 0 2 271 140 100
Binary 1001001 11101100 11111011 1000111 110 0 10 10111001 1100000 1000000

Color Harmonies of #49ECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECFB

Black with #49ECFB

Text Example


Text Example

White with #49ECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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