#44BEE2

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

Shades of Summer Sky #44BEE2

Tints of Summer Sky #44BEE2

Color information

#44BEE2 (or 0x44BEE2) is unknown color: approx Summer Sky. HEX triplet: 44, BE and E2. RGB value is (68,190,226). Sum of RGB (Red+Green+Blue) = 68+190+226=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #44BEE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BEE2 is #BB411D. Grayscale: #9D9D9D. Windows color (decimal): -12271902 or 14859844. OLE color: 14859844.

HSL color Cylindrical-coordinate representation of color #44BEE2: hue angle of 193.67º degrees, saturation: 0.73, 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 #44BEE2 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB68190226-
CMYK0.700.1600.11
HSL193.67º73.15%57.65%-
HSV(B)193.67º69.91%88.63%-
XYZ34.5243.5578.54-
YUV157.63166.5864.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.05%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 226 (88.67% from 255) = 46.69%
R=14.05%
G=39.26%
B=46.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal681902260.700.1600.11193.6773.1557.65
Hex44BEE246100Bc2493a
Octal1042763421062001330211172
Binary1000100101111101110001010001101000001011110000101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,190,226); }

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

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

 a { background-color: rgb(68,190,226); }

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

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

 span { border-color: rgb(68,190,226); }

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