Html Css Color HEX #49B5DD Summer Sky

📋 copy color: '#49B5DD'

red 73 ◦ green 181 ◦ blue 221

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

Shades of Summer Sky #49B5DD

Tints of Summer Sky #49B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 15.37%
G = 38.11%
B = 46.53%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49B5DD (or 0x49B5DD) is known color: Summer Sky. HEX triplet: 49, B5 and DD. RGB value is (73,181,221). Sum of RGB (Red+Green+Blue) = 73+181+221=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #49B5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5DD is #B64A22. Grayscale: #999999. Windows color (decimal): -11946531 or 14529865. OLE color: 14529865.

HSL color Cylindrical-coordinate representation of color #49B5DD: hue angle of 196.22º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49B5DD is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 181 221 -
CMYK 0.67 0.18 0 0.13
HSL 196.22º 0.69% 0.58% -
HSV(B) 196.22º 0.67% 0.87% -
XYZ 32.32 39.68 74.36 -
YUV 153.27 166.22 70.75 -
System Red Green Blue C M Y K H S L
Decimal 73 181 221 0.67 0.18 0 0.13 196.22 0.69 0.58
Hex 49 B5 DD 43 12 0 D C4 45 3A
Octal 111 265 335 103 22 0 15 304 105 72
Binary 1001001 10110101 11011101 1000011 10010 0 1101 11000100 1000101 111010

Color Harmonies of #49B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B5DD

Black with #49B5DD

Text Example


Text Example

White with #49B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,181,221); }

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

background-color css

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

 a { background-color: rgb(73,181,221); }

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

border-color css

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

 span { border-color: rgb(73,181,221); }

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