Html Css Color HEX #49FEFB Baby Blue

📋 copy color: '#49FEFB'

red 73 ◦ green 254 ◦ blue 251

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

Shades of Baby Blue #49FEFB

Tints of Baby Blue #49FEFB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.94%

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

R = 12.63%
G = 43.94%
B = 43.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#49FEFB (or 0x49FEFB) is known color: Baby Blue. HEX triplet: 49, FE and FB. RGB value is (73,254,251). Sum of RGB (Red+Green+Blue) = 73+254+251=578 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.63% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEFB is #B60104. Grayscale: #C7C7C7. Windows color (decimal): -11927813 or 16514633. OLE color: 16514633.

HSL color Cylindrical-coordinate representation of color #49FEFB: hue angle of 179.01º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEFB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 254 251 -
CMYK 0.71 0 0.01 0.00
HSL 179.01º 0.99% 0.64% -
HSV(B) 179.01º 0.71% 1% -
XYZ 55.6 79.27 103.64 -
YUV 199.54 157.03 37.74 -
System Red Green Blue C M Y K H S L
Decimal 73 254 251 0.71 0 0.01 0.00 179.01 0.99 0.64
Hex 49 FE FB 47 0 1 0 B3 63 40
Octal 111 376 373 107 0 1 0 263 143 100
Binary 1001001 11111110 11111011 1000111 0 1 0 10110011 1100011 1000000

Color Harmonies of #49FEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEFB

Black with #49FEFB

Text Example


Text Example

White with #49FEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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