Html Css Color HEX #49FCFE Baby Blue

📋 copy color: '#49FCFE'

red 73 ◦ green 252 ◦ blue 254

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

Shades of Baby Blue #49FCFE

Tints of Baby Blue #49FCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.52%

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 12.61%
G = 43.52%
B = 43.87%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49FCFE (or 0x49FCFE) is known color: Baby Blue. HEX triplet: 49, FC and FE. RGB value is (73,252,254). Sum of RGB (Red+Green+Blue) = 73+252+254=579 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.61% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #49FCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FCFE is #B60301. Grayscale: #C6C6C6. Windows color (decimal): -11928322 or 16710729. OLE color: 16710729.

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

Color convert

RGB 73 252 254 -
CMYK 0.71 0.01 0 0.00
HSL 180.66º 0.99% 0.64% -
HSV(B) 180.66º 0.71% 1% -
XYZ 55.45 78.19 105.94 -
YUV 198.71 159.2 38.34 -
System Red Green Blue C M Y K H S L
Decimal 73 252 254 0.71 0.01 0 0.00 180.66 0.99 0.64
Hex 49 FC FE 47 1 0 0 B5 63 40
Octal 111 374 376 107 1 0 0 265 143 100
Binary 1001001 11111100 11111110 1000111 1 0 0 10110101 1100011 1000000

Color Harmonies of #49FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FCFE

Black with #49FCFE

Text Example


Text Example

White with #49FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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