#44BDD7

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

Shades of Summer Sky #44BDD7

Tints of Summer Sky #44BDD7

Color information

#44BDD7 (or 0x44BDD7) is unknown color: approx Summer Sky. HEX triplet: 44, BD and D7. RGB value is (68,189,215). Sum of RGB (Red+Green+Blue) = 68+189+215=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #44BDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BDD7 is #BB4228. Grayscale: #9B9B9B. Windows color (decimal): -12272169 or 14138692. OLE color: 14138692.

HSL color Cylindrical-coordinate representation of color #44BDD7: hue angle of 190.61º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44BDD7 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB68189215-
CMYK0.680.1200.16
HSL190.61º64.76%55.49%-
HSV(B)190.61º68.37%84.31%-
XYZ32.8542.5370.77-
YUV155.78161.4165.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.41%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=14.41%
G=40.04%
B=45.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal681892150.680.1200.16190.6164.7655.49
Hex44BDD744C010bf4137
Octal1042753271041402027710167
Binary1000100101111011101011110001001100010000101111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,189,215); }

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

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

 a { background-color: rgb(68,189,215); }

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

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

 span { border-color: rgb(68,189,215); }

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