#44AEDA

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

Shades of Summer Sky #44AEDA

Tints of Summer Sky #44AEDA

Color information

#44AEDA (or 0x44AEDA) is unknown color: approx Summer Sky. HEX triplet: 44, AE and DA. RGB value is (68,174,218). Sum of RGB (Red+Green+Blue) = 68+174+218=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #44AEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AEDA is #BB5125. Grayscale: #939393. Windows color (decimal): -12276006 or 14331460. OLE color: 14331460.

HSL color Cylindrical-coordinate representation of color #44AEDA: hue angle of 197.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44AEDA is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB68174218-
CMYK0.690.2000.15
HSL197.6º66.96%56.08%-
HSV(B)197.6º68.81%85.49%-
XYZ30.1736.5671.8-
YUV147.32167.8871.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.78%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=14.78%
G=37.83%
B=47.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal681742180.690.2000.15197.666.9656.08
Hex44AEDA45140Fc64338
Octal1042563321052401730610370
Binary1000100101011101101101010001011010001111110001101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44AEDA; }

 p { color: rgb(68,174,218); }

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

<style>
 a { background-color: #44AEDA; }

 a { background-color: rgb(68,174,218); }

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

<style>
 span { border-color: #44AEDA; }

 span { border-color: rgb(68,174,218); }

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