Html Css Color HEX #49BBDE Summer Sky

📋 copy color: '#49BBDE'

red 73 ◦ green 187 ◦ blue 222

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

Shades of Summer Sky #49BBDE

Tints of Summer Sky #49BBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

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

R = 15.15%
G = 38.8%
B = 46.06%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49BBDE (or 0x49BBDE) is known color: Summer Sky. HEX triplet: 49, BB and DE. RGB value is (73,187,222). Sum of RGB (Red+Green+Blue) = 73+187+222=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #49BBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBDE is #B64421. Grayscale: #9C9C9C. Windows color (decimal): -11944994 or 14596937. OLE color: 14596937.

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

Color convert

RGB 73 187 222 -
CMYK 0.67 0.16 0 0.13
HSL 194.09º 0.69% 0.58% -
HSV(B) 194.09º 0.67% 0.87% -
XYZ 33.7 42.23 75.48 -
YUV 156.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 73 187 222 0.67 0.16 0 0.13 194.09 0.69 0.58
Hex 49 BB DE 43 10 0 D C2 45 3A
Octal 111 273 336 103 20 0 15 302 105 72
Binary 1001001 10111011 11011110 1000011 10000 0 1101 11000010 1000101 111010

Color Harmonies of #49BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBDE

Black with #49BBDE

Text Example


Text Example

White with #49BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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