#49C8E7

Color #49C8E7 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #49C8E7

Tints of Summer Sky #49C8E7

Color information

#49C8E7 (or 0x49C8E7) is unknown color: approx Summer Sky. HEX triplet: 49, C8 and E7. RGB value is (73,200,231). Sum of RGB (Red+Green+Blue) = 73+200+231=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #49C8E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C8E7 is #B63718. Grayscale: #A5A5A5. Windows color (decimal): -11941657 or 15190089. OLE color: 15190089.

HSL color Cylindrical-coordinate representation of color #49C8E7: hue angle of 191.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C8E7 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB73200231-
CMYK0.680.1300.09
HSL191.77º76.7%59.61%-
HSV(B)191.77º68.4%90.59%-
XYZ37.8348.4982.97-
YUV165.56164.9261.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.48%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 231 (90.62% from 255) = 45.83%
R=14.48%
G=39.68%
B=45.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal732002310.680.1300.09191.7776.759.61
Hex49C8E744D09c04d3c
Octal1113103471041501130011574
Binary100100111001000111001111000100110101001110000001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,200,231); }

 H1.HeaderClassName
 {
   color: #49C8E7;
 }
 .AnyTagClassName
 {
   color: #49C8E7;
 }
</style>
background-color css

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

 a { background-color: rgb(73,200,231); }

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

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

 span { border-color: rgb(73,200,231); }

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