Html Css Color HEX #49FAFF Baby Blue

📋 copy color: '#49FAFF'

red 73 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #49FAFF

Tints of Baby Blue #49FAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 12.63%
G = 43.25%
B = 44.12%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49FAFF (or 0x49FAFF) is known color: Baby Blue. HEX triplet: 49, FA and FF. RGB value is (73,250,255). Sum of RGB (Red+Green+Blue) = 73+250+255=578 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.63% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #49FAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FAFF is #B60500. Grayscale: #C5C5C5. Windows color (decimal): -11928833 or 16775753. OLE color: 16775753.

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

Color convert

RGB 73 250 255 -
CMYK 0.71 0.02 0 0
HSL 181.65º 1% 0.64% -
HSV(B) 181.65º 0.71% 1% -
XYZ 54.98 77.01 106.57 -
YUV 197.65 160.36 39.09 -
System Red Green Blue C M Y K H S L
Decimal 73 250 255 0.71 0.02 0 0 181.65 1 0.64
Hex 49 FA FF 47 2 0 0 B6 64 40
Octal 111 372 377 107 2 0 0 266 144 100
Binary 1001001 11111010 11111111 1000111 10 0 0 10110110 1100100 1000000

Color Harmonies of #49FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAFF

Black with #49FAFF

Text Example


Text Example

White with #49FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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