#44b3db

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

Shades of Summer Sky #44B3DB

Tints of Summer Sky #44B3DB

Color information

#44B3DB (or 0x44B3DB) is unknown color: approx Summer Sky. HEX triplet: 44, B3 and DB. RGB value is (68,179,219). Sum of RGB (Red+Green+Blue) = 68+179+219=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #44B3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B3DB is #BB4C24. Grayscale: #969696. Windows color (decimal): -12274725 or 14398276. OLE color: 14398276.

HSL color Cylindrical-coordinate representation of color #44B3DB: hue angle of 195.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44B3DB is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB68179219-
CMYK0.690.1800.14
HSL195.89º67.71%56.27%-
HSV(B)195.89º68.95%85.88%-
XYZ31.2938.5872.82-
YUV150.37166.7369.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.59%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=14.59%
G=38.41%
B=47.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal681792190.690.1800.14195.8967.7156.27
Hex44B3DB45120Ec44438
Octal1042633331052201630410470
Binary1000100101100111101101110001011001001110110001001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44b3db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,179,219); }

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

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

 a { background-color: rgb(68,179,219); }

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

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

 span { border-color: rgb(68,179,219); }

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