#44A5DD

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

Shades of Summer Sky #44A5DD

Tints of Summer Sky #44A5DD

Color information

#44A5DD (or 0x44A5DD) is unknown color: approx Summer Sky. HEX triplet: 44, A5 and DD. RGB value is (68,165,221). Sum of RGB (Red+Green+Blue) = 68+165+221=454 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.98% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #44A5DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A5DD is #BB5A22. Grayscale: #8E8E8E. Windows color (decimal): -12278307 or 14525764. OLE color: 14525764.

HSL color Cylindrical-coordinate representation of color #44A5DD: hue angle of 201.96º 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 #44A5DD is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68165221-
CMYK0.690.2500.13
HSL201.96º69.23%56.67%-
HSV(B)201.96º69.23%86.67%-
XYZ28.8933.3673.32-
YUV142.38172.3674.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.98%
GREEN value IS 165 (64.84% from 255) = 36.34%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=14.98%
G=36.34%
B=48.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681652210.690.2500.13201.9669.2356.67
Hex44A5DD45190Dca4539
Octal1042453351053101531210571
Binary1000100101001011101110110001011100101101110010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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