#44BCD7

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

Shades of Summer Sky #44BCD7

Tints of Summer Sky #44BCD7

Color information

#44BCD7 (or 0x44BCD7) is unknown color: approx Summer Sky. HEX triplet: 44, BC and D7. RGB value is (68,188,215). Sum of RGB (Red+Green+Blue) = 68+188+215=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #44BCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BCD7 is #BB4328. Grayscale: #9A9A9A. Windows color (decimal): -12272425 or 14138436. OLE color: 14138436.

HSL color Cylindrical-coordinate representation of color #44BCD7: hue angle of 191.02º 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 #44BCD7 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB68188215-
CMYK0.680.1300.16
HSL191.02º64.76%55.49%-
HSV(B)191.02º68.37%84.31%-
XYZ32.6342.170.7-
YUV155.2161.7465.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.44%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=14.44%
G=39.92%
B=45.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal681882150.680.1300.16191.0264.7655.49
Hex44BCD744D010bf4137
Octal1042743271041502027710167
Binary1000100101111001101011110001001101010000101111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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