Html Css Color HEX #49FBFE Baby Blue

📋 copy color: '#49FBFE'

red 73 ◦ green 251 ◦ blue 254

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

Shades of Baby Blue #49FBFE

Tints of Baby Blue #49FBFE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.43%

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

R = 12.63%
G = 43.43%
B = 43.94%

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

#49FBFE (or 0x49FBFE) is known color: Baby Blue. HEX triplet: 49, FB and FE. RGB value is (73,251,254). Sum of RGB (Red+Green+Blue) = 73+251+254=578 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.63% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #49FBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FBFE is #B60401. Grayscale: #C5C5C5. Windows color (decimal): -11928578 or 16710473. OLE color: 16710473.

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

Color convert

RGB 73 251 254 -
CMYK 0.71 0.01 0 0.00
HSL 180.99º 0.99% 0.64% -
HSV(B) 180.99º 0.71% 1% -
XYZ 55.13 77.57 105.83 -
YUV 198.12 159.53 38.76 -
System Red Green Blue C M Y K H S L
Decimal 73 251 254 0.71 0.01 0 0.00 180.99 0.99 0.64
Hex 49 FB FE 47 1 0 0 B5 63 40
Octal 111 373 376 107 1 0 0 265 143 100
Binary 1001001 11111011 11111110 1000111 1 0 0 10110101 1100011 1000000

Color Harmonies of #49FBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBFE

Black with #49FBFE

Text Example


Text Example

White with #49FBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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