Html Css Color HEX #49BBE0 Summer Sky

📋 copy color: '#49BBE0'

red 73 ◦ green 187 ◦ blue 224

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

Shades of Summer Sky #49BBE0

Tints of Summer Sky #49BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 15.08%
G = 38.64%
B = 46.28%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#49BBE0 (or 0x49BBE0) is known color: Summer Sky. HEX triplet: 49, BB and E0. RGB value is (73,187,224). Sum of RGB (Red+Green+Blue) = 73+187+224=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #49BBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBE0 is #B6441F. Grayscale: #9C9C9C. Windows color (decimal): -11944992 or 14728009. OLE color: 14728009.

HSL color Cylindrical-coordinate representation of color #49BBE0: hue angle of 194.7º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BBE0 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 187 224 -
CMYK 0.67 0.17 0 0.12
HSL 194.7º 0.71% 0.58% -
HSV(B) 194.7º 0.67% 0.88% -
XYZ 33.97 42.34 76.9 -
YUV 157.13 165.73 67.99 -
System Red Green Blue C M Y K H S L
Decimal 73 187 224 0.67 0.17 0 0.12 194.7 0.71 0.58
Hex 49 BB E0 43 11 0 C C3 47 3A
Octal 111 273 340 103 21 0 14 303 107 72
Binary 1001001 10111011 11100000 1000011 10001 0 1100 11000011 1000111 111010

Color Harmonies of #49BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBE0

Black with #49BBE0

Text Example


Text Example

White with #49BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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