#49CDF1

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

Shades of Summer Sky #49CDF1

Tints of Summer Sky #49CDF1

Color information

#49CDF1 (or 0x49CDF1) is unknown color: approx Summer Sky. HEX triplet: 49, CD and F1. RGB value is (73,205,241). Sum of RGB (Red+Green+Blue) = 73+205+241=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #49CDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CDF1 is #B6320E. Grayscale: #A9A9A9. Windows color (decimal): -11940367 or 15846729. OLE color: 15846729.

HSL color Cylindrical-coordinate representation of color #49CDF1: hue angle of 192.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CDF1 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73205241-
CMYK0.700.1500.05
HSL192.86º85.71%61.57%-
HSV(B)192.86º69.71%94.51%-
XYZ40.4651.4391.01-
YUV169.64168.2759.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.07%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=14.07%
G=39.50%
B=46.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732052410.700.1500.05192.8685.7161.57
Hex49CDF146F05c1563e
Octal111315361106170530112676
Binary10010011100110111110001100011011110101110000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,205,241); }

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

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

 a { background-color: rgb(73,205,241); }

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

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

 span { border-color: rgb(73,205,241); }

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