Html Css Color HEX #49EFF6 Baby Blue

📋 copy color: '#49EFF6'

red 73 ◦ green 239 ◦ blue 246

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

Shades of Baby Blue #49EFF6

Tints of Baby Blue #49EFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 13.08%
G = 42.83%
B = 44.09%

CMYK

 C value IS 0.70

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#49EFF6 (or 0x49EFF6) is known color: Baby Blue. HEX triplet: 49, EF and F6. RGB value is (73,239,246). Sum of RGB (Red+Green+Blue) = 73+239+246=558 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.08% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #49EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EFF6 is #B61009. Grayscale: #BDBDBD. Windows color (decimal): -11931658 or 16183113. OLE color: 16183113.

HSL color Cylindrical-coordinate representation of color #49EFF6: hue angle of 182.43º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49EFF6 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 239 246 -
CMYK 0.70 0.03 0 0.04
HSL 182.43º 0.91% 0.63% -
HSV(B) 182.43º 0.7% 0.96% -
XYZ 50.25 69.8 98.01 -
YUV 190.16 159.5 44.43 -
System Red Green Blue C M Y K H S L
Decimal 73 239 246 0.70 0.03 0 0.04 182.43 0.91 0.63
Hex 49 EF F6 46 3 0 4 B6 5B 3F
Octal 111 357 366 106 3 0 4 266 133 77
Binary 1001001 11101111 11110110 1000110 11 0 100 10110110 1011011 111111

Color Harmonies of #49EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFF6

Black with #49EFF6

Text Example


Text Example

White with #49EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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