Html Css Color HEX #49EFFB Baby Blue

📋 copy color: '#49EFFB'

red 73 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #49EFFB

Tints of Baby Blue #49EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.45%

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 12.97%
G = 42.45%
B = 44.58%

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

#49EFFB (or 0x49EFFB) is known color: Baby Blue. HEX triplet: 49, EF and FB. RGB value is (73,239,251). Sum of RGB (Red+Green+Blue) = 73+239+251=563 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.97% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #49EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFFB is #B61004. Grayscale: #BEBEBE. Windows color (decimal): -11931653 or 16510793. OLE color: 16510793.

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

Color convert

RGB 73 239 251 -
CMYK 0.71 0.05 0 0.02
HSL 184.04º 0.96% 0.64% -
HSV(B) 184.04º 0.71% 0.98% -
XYZ 51.03 70.11 102.11 -
YUV 190.73 162 44.02 -
System Red Green Blue C M Y K H S L
Decimal 73 239 251 0.71 0.05 0 0.02 184.04 0.96 0.64
Hex 49 EF FB 47 5 0 2 B8 60 40
Octal 111 357 373 107 5 0 2 270 140 100
Binary 1001001 11101111 11111011 1000111 101 0 10 10111000 1100000 1000000

Color Harmonies of #49EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFFB

Black with #49EFFB

Text Example


Text Example

White with #49EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,239,251); }

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

background-color css

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

 a { background-color: rgb(73,239,251); }

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

border-color css

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

 span { border-color: rgb(73,239,251); }

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