Html Css Color HEX #49AFFF Summer Sky

📋 copy color: '#49AFFF'

red 73 ◦ green 175 ◦ blue 255

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

Shades of Summer Sky #49AFFF

Tints of Summer Sky #49AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

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

R = 14.51%
G = 34.79%
B = 50.7%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49AFFF (or 0x49AFFF) is known color: Summer Sky. HEX triplet: 49, AF and FF. RGB value is (73,175,255). Sum of RGB (Red+Green+Blue) = 73+175+255=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #49AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AFFF is #B65000. Grayscale: #999999. Windows color (decimal): -11948033 or 16756553. OLE color: 16756553.

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

Color convert

RGB 73 175 255 -
CMYK 0.71 0.31 0 0
HSL 206.37º 1% 0.64% -
HSV(B) 206.37º 0.71% 1% -
XYZ 36.13 39.3 100.29 -
YUV 153.62 185.21 70.5 -
System Red Green Blue C M Y K H S L
Decimal 73 175 255 0.71 0.31 0 0 206.37 1 0.64
Hex 49 AF FF 47 1F 0 0 CE 64 40
Octal 111 257 377 107 37 0 0 316 144 100
Binary 1001001 10101111 11111111 1000111 11111 0 0 11001110 1100100 1000000

Color Harmonies of #49AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFFF

Black with #49AFFF

Text Example


Text Example

White with #49AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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