Html Css Color HEX #49FEFE Baby Blue

📋 copy color: '#49FEFE'

red 73 ◦ green 254 ◦ blue 254

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

Shades of Baby Blue #49FEFE

Tints of Baby Blue #49FEFE

RGB

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

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

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

R = 12.56%
G = 43.72%
B = 43.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49FEFE (or 0x49FEFE) is known color: Baby Blue. HEX triplet: 49, FE and FE. RGB value is (73,254,254). Sum of RGB (Red+Green+Blue) = 73+254+254=581 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.56% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #49FEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEFE is #B60101. Grayscale: #C7C7C7. Windows color (decimal): -11927810 or 16711241. OLE color: 16711241.

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

Color convert

RGB 73 254 254 -
CMYK 0.71 0 0 0.00
HSL 180º 0.99% 0.64% -
HSV(B) 180º 0.71% 1% -
XYZ 56.08 79.46 106.15 -
YUV 199.88 158.53 37.5 -
System Red Green Blue C M Y K H S L
Decimal 73 254 254 0.71 0 0 0.00 180 0.99 0.64
Hex 49 FE FE 47 0 0 0 B4 63 40
Octal 111 376 376 107 0 0 0 264 143 100
Binary 1001001 11111110 11111110 1000111 0 0 0 10110100 1100011 1000000

Color Harmonies of #49FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEFE

Black with #49FEFE

Text Example


Text Example

White with #49FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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