#44BFE5

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

Shades of Summer Sky #44BFE5

Tints of Summer Sky #44BFE5

Color information

#44BFE5 (or 0x44BFE5) is unknown color: approx Summer Sky. HEX triplet: 44, BF and E5. RGB value is (68,191,229). Sum of RGB (Red+Green+Blue) = 68+191+229=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #44BFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BFE5 is #BB401A. Grayscale: #9E9E9E. Windows color (decimal): -12271643 or 15056708. OLE color: 15056708.

HSL color Cylindrical-coordinate representation of color #44BFE5: hue angle of 194.16º 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 #44BFE5 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB68191229-
CMYK0.700.1700.10
HSL194.16º75.59%58.24%-
HSV(B)194.16º70.31%89.8%-
XYZ35.1644.1580.8-
YUV158.55167.7563.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.93%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 229 (89.84% from 255) = 46.93%
R=13.93%
G=39.14%
B=46.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal681912290.700.1700.10194.1675.5958.24
Hex44BFE546110Ac24c3a
Octal1042773451062101230211472
Binary1000100101111111110010110001101000101010110000101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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