#44A5F4

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

Shades of Summer Sky #44A5F4

Tints of Summer Sky #44A5F4

Color information

#44A5F4 (or 0x44A5F4) is unknown color: approx Summer Sky. HEX triplet: 44, A5 and F4. RGB value is (68,165,244). Sum of RGB (Red+Green+Blue) = 68+165+244=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 244 (95.70% from 255 or 51.15% from 477); Max value from RGB is 244 - color contains mainly: blue. Hex color #44A5F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44A5F4 is #BB5A0B. Grayscale: #909090. Windows color (decimal): -12278284 or 16033092. OLE color: 16033092.

HSL color Cylindrical-coordinate representation of color #44A5F4: hue angle of 206.93º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44A5F4 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB68165244-
CMYK0.720.3200.04
HSL206.93º88.89%61.18%-
HSV(B)206.93º72.13%95.69%-
XYZ32.1734.6790.58-
YUV145183.8673.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.26%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 244 (95.70% from 255) = 51.15%
R=14.26%
G=34.59%
B=51.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal681652440.720.3200.04206.9388.8961.18
Hex44A5F4482004cf593d
Octal104245364110400431713175
Binary1000100101001011111010010010001000000100110011111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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