Html Css Color HEX #49EBFE Baby Blue

📋 copy color: '#49EBFE'

red 73 ◦ green 235 ◦ blue 254

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

Shades of Baby Blue #49EBFE

Tints of Baby Blue #49EBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 12.99%
G = 41.81%
B = 45.2%

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

#49EBFE (or 0x49EBFE) is known color: Baby Blue. HEX triplet: 49, EB and FE. RGB value is (73,235,254). Sum of RGB (Red+Green+Blue) = 73+235+254=562 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.99% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #49EBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EBFE is #B61401. Grayscale: #BCBCBC. Windows color (decimal): -11932674 or 16706377. OLE color: 16706377.

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

Color convert

RGB 73 235 254 -
CMYK 0.71 0.07 0 0.00
HSL 186.3º 0.99% 0.64% -
HSV(B) 186.3º 0.71% 1% -
XYZ 50.35 67.99 104.24 -
YUV 188.73 164.83 45.46 -
System Red Green Blue C M Y K H S L
Decimal 73 235 254 0.71 0.07 0 0.00 186.3 0.99 0.64
Hex 49 EB FE 47 7 0 0 BA 63 40
Octal 111 353 376 107 7 0 0 272 143 100
Binary 1001001 11101011 11111110 1000111 111 0 0 10111010 1100011 1000000

Color Harmonies of #49EBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBFE

Black with #49EBFE

Text Example


Text Example

White with #49EBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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