Html Css Color HEX #49BDDE Summer Sky

📋 copy color: '#49BDDE'

red 73 ◦ green 189 ◦ blue 222

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

Shades of Summer Sky #49BDDE

Tints of Summer Sky #49BDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 15.08%
G = 39.05%
B = 45.87%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49BDDE (or 0x49BDDE) is known color: Summer Sky. HEX triplet: 49, BD and DE. RGB value is (73,189,222). Sum of RGB (Red+Green+Blue) = 73+189+222=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #49BDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDDE is #B64221. Grayscale: #9D9D9D. Windows color (decimal): -11944482 or 14597449. OLE color: 14597449.

HSL color Cylindrical-coordinate representation of color #49BDDE: hue angle of 193.29º 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 #49BDDE is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 189 222 -
CMYK 0.67 0.15 0 0.13
HSL 193.29º 0.69% 0.58% -
HSV(B) 193.29º 0.67% 0.87% -
XYZ 34.13 43.09 75.62 -
YUV 158.08 164.07 67.32 -
System Red Green Blue C M Y K H S L
Decimal 73 189 222 0.67 0.15 0 0.13 193.29 0.69 0.58
Hex 49 BD DE 43 F 0 D C1 45 3A
Octal 111 275 336 103 17 0 15 301 105 72
Binary 1001001 10111101 11011110 1000011 1111 0 1101 11000001 1000101 111010

Color Harmonies of #49BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDDE

Black with #49BDDE

Text Example


Text Example

White with #49BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,189,222); }

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

background-color css

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

 a { background-color: rgb(73,189,222); }

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

border-color css

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

 span { border-color: rgb(73,189,222); }

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