Html Css Color HEX #49FDFF Baby Blue

📋 copy color: '#49FDFF'

red 73 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #49FDFF

Tints of Baby Blue #49FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.55%

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

R = 12.56%
G = 43.55%
B = 43.89%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49FDFF (or 0x49FDFF) is known color: Baby Blue. HEX triplet: 49, FD and FF. RGB value is (73,253,255). Sum of RGB (Red+Green+Blue) = 73+253+255=581 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.56% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #49FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDFF is #B60200. Grayscale: #C7C7C7. Windows color (decimal): -11928065 or 16776521. OLE color: 16776521.

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

Color convert

RGB 73 253 255 -
CMYK 0.71 0.01 0 0
HSL 180.66º 1% 0.64% -
HSV(B) 180.66º 0.71% 1% -
XYZ 55.92 78.89 106.89 -
YUV 199.41 159.37 37.84 -
System Red Green Blue C M Y K H S L
Decimal 73 253 255 0.71 0.01 0 0 180.66 1 0.64
Hex 49 FD FF 47 1 0 0 B5 64 40
Octal 111 375 377 107 1 0 0 265 144 100
Binary 1001001 11111101 11111111 1000111 1 0 0 10110101 1100100 1000000

Color Harmonies of #49FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FDFF

Black with #49FDFF

Text Example


Text Example

White with #49FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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