Html Css Color HEX #49EDFC Baby Blue

📋 copy color: '#49EDFC'

red 73 ◦ green 237 ◦ blue 252

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

Shades of Baby Blue #49EDFC

Tints of Baby Blue #49EDFC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

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

R = 12.99%
G = 42.17%
B = 44.84%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49EDFC (or 0x49EDFC) is known color: Baby Blue. HEX triplet: 49, ED and FC. RGB value is (73,237,252). Sum of RGB (Red+Green+Blue) = 73+237+252=562 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.99% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #49EDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EDFC is #B61203. Grayscale: #BDBDBD. Windows color (decimal): -11932164 or 16575817. OLE color: 16575817.

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

Color convert

RGB 73 237 252 -
CMYK 0.71 0.06 0 0.01
HSL 185.03º 0.97% 0.64% -
HSV(B) 185.03º 0.71% 0.99% -
XYZ 50.6 69.01 102.75 -
YUV 189.67 163.17 44.78 -
System Red Green Blue C M Y K H S L
Decimal 73 237 252 0.71 0.06 0 0.01 185.03 0.97 0.64
Hex 49 ED FC 47 6 0 1 B9 61 40
Octal 111 355 374 107 6 0 1 271 141 100
Binary 1001001 11101101 11111100 1000111 110 0 1 10111001 1100001 1000000

Color Harmonies of #49EDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDFC

Black with #49EDFC

Text Example


Text Example

White with #49EDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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