#44acdb

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

Shades of Summer Sky #44ACDB

Tints of Summer Sky #44ACDB

Color information

#44ACDB (or 0x44ACDB) is unknown color: approx Summer Sky. HEX triplet: 44, AC and DB. RGB value is (68,172,219). Sum of RGB (Red+Green+Blue) = 68+172+219=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #44ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ACDB is #BB5324. Grayscale: #919191. Windows color (decimal): -12276517 or 14396484. OLE color: 14396484.

HSL color Cylindrical-coordinate representation of color #44ACDB: hue angle of 198.68º 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 #44ACDB is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB68172219-
CMYK0.690.2100.14
HSL198.68º67.71%56.27%-
HSV(B)198.68º68.95%85.88%-
XYZ29.9235.8572.36-
YUV146.26169.0472.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.81%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=14.81%
G=37.47%
B=47.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal681722190.690.2100.14198.6867.7156.27
Hex44ACDB45150Ec74438
Octal1042543331052501630710470
Binary1000100101011001101101110001011010101110110001111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44acdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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