Html Css Color HEX #49FAF2 Baby Blue

📋 copy color: '#49FAF2'

red 73 ◦ green 250 ◦ blue 242

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

Shades of Baby Blue #49FAF2

Tints of Baby Blue #49FAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.25%

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 12.92%
G = 44.25%
B = 42.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#49FAF2 (or 0x49FAF2) is known color: Baby Blue. HEX triplet: 49, FA and F2. RGB value is (73,250,242). Sum of RGB (Red+Green+Blue) = 73+250+242=565 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.92% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FAF2 is #B6050D. Grayscale: #C4C4C4. Windows color (decimal): -11928846 or 15923785. OLE color: 15923785.

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

Color convert

RGB 73 250 242 -
CMYK 0.71 0 0.03 0.02
HSL 177.29º 0.95% 0.63% -
HSV(B) 177.29º 0.71% 0.98% -
XYZ 52.96 76.2 95.92 -
YUV 196.17 153.86 40.15 -
System Red Green Blue C M Y K H S L
Decimal 73 250 242 0.71 0 0.03 0.02 177.29 0.95 0.63
Hex 49 FA F2 47 0 3 2 B1 5F 3F
Octal 111 372 362 107 0 3 2 261 137 77
Binary 1001001 11111010 11110010 1000111 0 11 10 10110001 1011111 111111

Color Harmonies of #49FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAF2

Black with #49FAF2

Text Example


Text Example

White with #49FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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