#44A3ED

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

Shades of Summer Sky #44A3ED

Tints of Summer Sky #44A3ED

Color information

#44A3ED (or 0x44A3ED) is unknown color: approx Summer Sky. HEX triplet: 44, A3 and ED. RGB value is (68,163,237). Sum of RGB (Red+Green+Blue) = 68+163+237=468 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.53% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #44A3ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44A3ED is #BB5C12. Grayscale: #8E8E8E. Windows color (decimal): -12278803 or 15573828. OLE color: 15573828.

HSL color Cylindrical-coordinate representation of color #44A3ED: hue angle of 206.27º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44A3ED is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB68163237-
CMYK0.710.3100.07
HSL206.27º82.44%59.8%-
HSV(B)206.27º71.31%92.94%-
XYZ30.7733.5484.97-
YUV143.03181.0374.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.53%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=14.53%
G=34.83%
B=50.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal681632370.710.3100.07206.2782.4459.8
Hex44A3ED471F07ce523c
Octal104243355107370731612274
Binary100010010100011111011011000111111110111110011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,163,237); }

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

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

 a { background-color: rgb(68,163,237); }

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

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

 span { border-color: rgb(68,163,237); }

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