Html Css Color HEX #49ECFE Baby Blue

📋 copy color: '#49ECFE'

red 73 ◦ green 236 ◦ blue 254

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

Shades of Baby Blue #49ECFE

Tints of Baby Blue #49ECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 12.97%
G = 41.92%
B = 45.12%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49ECFE (or 0x49ECFE) is known color: Baby Blue. HEX triplet: 49, EC and FE. RGB value is (73,236,254). Sum of RGB (Red+Green+Blue) = 73+236+254=563 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.97% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #49ECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49ECFE is #B61301. Grayscale: #BDBDBD. Windows color (decimal): -11932418 or 16706633. OLE color: 16706633.

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

Color convert

RGB 73 236 254 -
CMYK 0.71 0.07 0 0.00
HSL 185.97º 0.99% 0.64% -
HSV(B) 185.97º 0.71% 1% -
XYZ 50.63 68.56 104.33 -
YUV 189.32 164.5 45.04 -
System Red Green Blue C M Y K H S L
Decimal 73 236 254 0.71 0.07 0 0.00 185.97 0.99 0.64
Hex 49 EC FE 47 7 0 0 BA 63 40
Octal 111 354 376 107 7 0 0 272 143 100
Binary 1001001 11101100 11111110 1000111 111 0 0 10111010 1100011 1000000

Color Harmonies of #49ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECFE

Black with #49ECFE

Text Example


Text Example

White with #49ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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