#44A5F8

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

Shades of Summer Sky #44A5F8

Tints of Summer Sky #44A5F8

Color information

#44A5F8 (or 0x44A5F8) is unknown color: approx Summer Sky. HEX triplet: 44, A5 and F8. RGB value is (68,165,248). Sum of RGB (Red+Green+Blue) = 68+165+248=481 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.14% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #44A5F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44A5F8 is #BB5A07. Grayscale: #919191. Windows color (decimal): -12278280 or 16295236. OLE color: 16295236.

HSL color Cylindrical-coordinate representation of color #44A5F8: hue angle of 207.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44A5F8 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB68165248-
CMYK0.730.3300.03
HSL207.67º92.78%61.96%-
HSV(B)207.67º72.58%97.25%-
XYZ32.7834.9293.82-
YUV145.46185.8672.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.14%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 248 (97.27% from 255) = 51.56%
R=14.14%
G=34.30%
B=51.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal681652480.730.3300.03207.6792.7861.96
Hex44A5F8492103d05d3e
Octal104245370111410332013576
Binary100010010100101111110001001001100001011110100001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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