Html Css Color HEX #49EAFF Baby Blue

📋 copy color: '#49EAFF'

red 73 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #49EAFF

Tints of Baby Blue #49EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.64%

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

R = 12.99%
G = 41.64%
B = 45.37%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49EAFF (or 0x49EAFF) is known color: Baby Blue. HEX triplet: 49, EA and FF. RGB value is (73,234,255). Sum of RGB (Red+Green+Blue) = 73+234+255=562 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.99% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #49EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EAFF is #B61500. Grayscale: #BCBCBC. Windows color (decimal): -11932929 or 16771657. OLE color: 16771657.

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

Color convert

RGB 73 234 255 -
CMYK 0.71 0.08 0 0
HSL 186.92º 1% 0.64% -
HSV(B) 186.92º 0.71% 1% -
XYZ 50.22 67.48 104.99 -
YUV 188.26 165.66 45.79 -
System Red Green Blue C M Y K H S L
Decimal 73 234 255 0.71 0.08 0 0 186.92 1 0.64
Hex 49 EA FF 47 8 0 0 BB 64 40
Octal 111 352 377 107 10 0 0 273 144 100
Binary 1001001 11101010 11111111 1000111 1000 0 0 10111011 1100100 1000000

Color Harmonies of #49EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAFF

Black with #49EAFF

Text Example


Text Example

White with #49EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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