#44AADD

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

Shades of Summer Sky #44AADD

Tints of Summer Sky #44AADD

Color information

#44AADD (or 0x44AADD) is unknown color: approx Summer Sky. HEX triplet: 44, AA and DD. RGB value is (68,170,221). Sum of RGB (Red+Green+Blue) = 68+170+221=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #44AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AADD is #BB5522. Grayscale: #919191. Windows color (decimal): -12277027 or 14527044. OLE color: 14527044.

HSL color Cylindrical-coordinate representation of color #44AADD: hue angle of 200º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44AADD is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68170221-
CMYK0.690.2300.13
HSL200º69.23%56.67%-
HSV(B)200º69.23%86.67%-
XYZ29.8135.273.63-
YUV145.32170.7172.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.81%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=14.81%
G=37.04%
B=48.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681702210.690.2300.1320069.2356.67
Hex44AADD45170Dc84539
Octal1042523351052701531010571
Binary1000100101010101101110110001011011101101110010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,170,221); }

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

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

 a { background-color: rgb(68,170,221); }

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

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

 span { border-color: rgb(68,170,221); }

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