#44b7e0

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

Shades of Summer Sky #44B7E0

Tints of Summer Sky #44B7E0

Color information

#44B7E0 (or 0x44B7E0) is unknown color: approx Summer Sky. HEX triplet: 44, B7 and E0. RGB value is (68,183,224). Sum of RGB (Red+Green+Blue) = 68+183+224=475 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.32% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #44B7E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B7E0 is #BB481F. Grayscale: #999999. Windows color (decimal): -12273696 or 14726980. OLE color: 14726980.

HSL color Cylindrical-coordinate representation of color #44B7E0: hue angle of 195.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44B7E0 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB68183224-
CMYK0.700.1800.12
HSL195.77º71.56%57.25%-
HSV(B)195.77º69.64%87.84%-
XYZ32.7740.4876.61-
YUV153.29167.967.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.32%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=14.32%
G=38.53%
B=47.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal681832240.700.1800.12195.7771.5657.25
Hex44B7E046120Cc44839
Octal1042673401062201430411071
Binary1000100101101111110000010001101001001100110001001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44b7e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,183,224); }

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

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

 a { background-color: rgb(68,183,224); }

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

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

 span { border-color: rgb(68,183,224); }

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