Html Css Color HEX #49ABFE Summer Sky

📋 copy color: '#49ABFE'

red 73 ◦ green 171 ◦ blue 254

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

Shades of Summer Sky #49ABFE

Tints of Summer Sky #49ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

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

R = 14.66%
G = 34.34%
B = 51%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49ABFE (or 0x49ABFE) is known color: Summer Sky. HEX triplet: 49, AB and FE. RGB value is (73,171,254). Sum of RGB (Red+Green+Blue) = 73+171+254=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #49ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABFE is #B65401. Grayscale: #969696. Windows color (decimal): -11949058 or 16689993. OLE color: 16689993.

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

Color convert

RGB 73 171 254 -
CMYK 0.71 0.33 0 0.00
HSL 207.51º 0.99% 0.64% -
HSV(B) 207.51º 0.71% 1% -
XYZ 35.2 37.7 99.19 -
YUV 151.16 186.03 72.25 -
System Red Green Blue C M Y K H S L
Decimal 73 171 254 0.71 0.33 0 0.00 207.51 0.99 0.64
Hex 49 AB FE 47 21 0 0 D0 63 40
Octal 111 253 376 107 41 0 0 320 143 100
Binary 1001001 10101011 11111110 1000111 100001 0 0 11010000 1100011 1000000

Color Harmonies of #49ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABFE

Black with #49ABFE

Text Example


Text Example

White with #49ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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