Html Css Color HEX #49EBFC Baby Blue

📋 copy color: '#49EBFC'

red 73 ◦ green 235 ◦ blue 252

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

Shades of Baby Blue #49EBFC

Tints of Baby Blue #49EBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 13.04%
G = 41.96%
B = 45%

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

#49EBFC (or 0x49EBFC) is known color: Baby Blue. HEX triplet: 49, EB and FC. RGB value is (73,235,252). Sum of RGB (Red+Green+Blue) = 73+235+252=560 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.04% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #49EBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EBFC is #B61403. Grayscale: #BCBCBC. Windows color (decimal): -11932676 or 16575305. OLE color: 16575305.

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

Color convert

RGB 73 235 252 -
CMYK 0.71 0.07 0 0.01
HSL 185.7º 0.97% 0.64% -
HSV(B) 185.7º 0.71% 0.99% -
XYZ 50.03 67.86 102.56 -
YUV 188.5 163.83 45.62 -
System Red Green Blue C M Y K H S L
Decimal 73 235 252 0.71 0.07 0 0.01 185.7 0.97 0.64
Hex 49 EB FC 47 7 0 1 BA 61 40
Octal 111 353 374 107 7 0 1 272 141 100
Binary 1001001 11101011 11111100 1000111 111 0 1 10111010 1100001 1000000

Color Harmonies of #49EBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBFC

Black with #49EBFC

Text Example


Text Example

White with #49EBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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