Html Css Color HEX #49AFEB Summer Sky

📋 copy color: '#49AFEB'

red 73 ◦ green 175 ◦ blue 235

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

Shades of Summer Sky #49AFEB

Tints of Summer Sky #49AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 15.11%
G = 36.23%
B = 48.65%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49AFEB (or 0x49AFEB) is known color: Summer Sky. HEX triplet: 49, AF and EB. RGB value is (73,175,235). Sum of RGB (Red+Green+Blue) = 73+175+235=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #49AFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AFEB is #B65014. Grayscale: #979797. Windows color (decimal): -11948053 or 15445833. OLE color: 15445833.

HSL color Cylindrical-coordinate representation of color #49AFEB: hue angle of 202.22º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49AFEB is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 175 235 -
CMYK 0.69 0.26 0 0.08
HSL 202.22º 0.8% 0.6% -
HSV(B) 202.22º 0.69% 0.92% -
XYZ 33.07 38.07 84.2 -
YUV 151.34 175.21 72.12 -
System Red Green Blue C M Y K H S L
Decimal 73 175 235 0.69 0.26 0 0.08 202.22 0.8 0.6
Hex 49 AF EB 45 1A 0 8 CA 50 3C
Octal 111 257 353 105 32 0 10 312 120 74
Binary 1001001 10101111 11101011 1000101 11010 0 1000 11001010 1010000 111100

Color Harmonies of #49AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFEB

Black with #49AFEB

Text Example


Text Example

White with #49AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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