#44A6E5

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

Shades of Summer Sky #44A6E5

Tints of Summer Sky #44A6E5

Color information

#44A6E5 (or 0x44A6E5) is unknown color: approx Summer Sky. HEX triplet: 44, A6 and E5. RGB value is (68,166,229). Sum of RGB (Red+Green+Blue) = 68+166+229=463 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.69% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #44A6E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A6E5 is #BB591A. Grayscale: #8F8F8F. Windows color (decimal): -12278043 or 15050308. OLE color: 15050308.

HSL color Cylindrical-coordinate representation of color #44A6E5: hue angle of 203.48º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44A6E5 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB68166229-
CMYK0.700.2800.10
HSL203.48º75.59%58.24%-
HSV(B)203.48º70.31%89.8%-
XYZ30.1634.1679.13-
YUV143.88176.0373.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.69%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 229 (89.84% from 255) = 49.46%
R=14.69%
G=35.85%
B=49.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal681662290.700.2800.10203.4875.5958.24
Hex44A6E5461C0Acb4c3a
Octal1042463451063401231311472
Binary1000100101001101110010110001101110001010110010111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,166,229); }

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

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

 a { background-color: rgb(68,166,229); }

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

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

 span { border-color: rgb(68,166,229); }

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