#44B1E3

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

Shades of Summer Sky #44B1E3

Tints of Summer Sky #44B1E3

Color information

#44B1E3 (or 0x44B1E3) is unknown color: approx Summer Sky. HEX triplet: 44, B1 and E3. RGB value is (68,177,227). Sum of RGB (Red+Green+Blue) = 68+177+227=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #44B1E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44B1E3 is #BB4E1C. Grayscale: #959595. Windows color (decimal): -12275229 or 14922052. OLE color: 14922052.

HSL color Cylindrical-coordinate representation of color #44B1E3: hue angle of 198.87º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44B1E3 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB68177227-
CMYK0.700.2200.11
HSL198.87º73.95%57.84%-
HSV(B)198.87º70.04%89.02%-
XYZ31.9738.2278.37-
YUV150.11171.3969.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.41%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 227 (89.06% from 255) = 48.09%
R=14.41%
G=37.5%
B=48.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal681772270.700.2200.11198.8773.9557.84
Hex44B1E346160Bc74a3a
Octal1042613431062601330711272
Binary1000100101100011110001110001101011001011110001111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,177,227); }

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

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

 a { background-color: rgb(68,177,227); }

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

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

 span { border-color: rgb(68,177,227); }

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