Html Css Color HEX #49EEFA Baby Blue

📋 copy color: '#49EEFA'

red 73 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #49EEFA

Tints of Baby Blue #49EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.42%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 13.01%
G = 42.42%
B = 44.56%

CMYK

 C value IS 0.71

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49EEFA (or 0x49EEFA) is known color: Baby Blue. HEX triplet: 49, EE and FA. RGB value is (73,238,250). Sum of RGB (Red+Green+Blue) = 73+238+250=561 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.01% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #49EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EEFA is #B61105. Grayscale: #BDBDBD. Windows color (decimal): -11931910 or 16445001. OLE color: 16445001.

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

Color convert

RGB 73 238 250 -
CMYK 0.71 0.05 0 0.02
HSL 184.07º 0.95% 0.63% -
HSV(B) 184.07º 0.71% 0.98% -
XYZ 50.58 69.47 101.19 -
YUV 190.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 73 238 250 0.71 0.05 0 0.02 184.07 0.95 0.63
Hex 49 EE FA 47 5 0 2 B8 5F 3F
Octal 111 356 372 107 5 0 2 270 137 77
Binary 1001001 11101110 11111010 1000111 101 0 10 10111000 1011111 111111

Color Harmonies of #49EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EEFA

Black with #49EEFA

Text Example


Text Example

White with #49EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,238,250); }

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

background-color css

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

 a { background-color: rgb(73,238,250); }

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

border-color css

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

 span { border-color: rgb(73,238,250); }

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