#44BED7

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

Shades of Summer Sky #44BED7

Tints of Summer Sky #44BED7

Color information

#44BED7 (or 0x44BED7) is unknown color: approx Summer Sky. HEX triplet: 44, BE and D7. RGB value is (68,190,215). Sum of RGB (Red+Green+Blue) = 68+190+215=473 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.38% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #44BED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BED7 is #BB4128. Grayscale: #9C9C9C. Windows color (decimal): -12271913 or 14138948. OLE color: 14138948.

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

Color convert

RGB68190215-
CMYK0.680.1200.16
HSL190.2º64.76%55.49%-
HSV(B)190.2º68.37%84.31%-
XYZ33.0642.9670.84-
YUV156.37161.0864.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.38%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 215 (84.38% from 255) = 45.45%
R=14.38%
G=40.17%
B=45.45%

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
Decimal681902150.680.1200.16190.264.7655.49
Hex44BED744C010be4137
Octal1042763271041402027610167
Binary1000100101111101101011110001001100010000101111101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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