Shades of Summer Sky #44BCD8
Tints of Summer Sky #44BCD8
RGB
CMYK
RGB Variations
Color information
#44BCD8 (or 0x44BCD8) is known color: Summer Sky. HEX triplet: 44, BC and D8. RGB value is (68,188,216). Sum of RGB (Red+Green+Blue) = 68+188+216=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #44BCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BCD8 is #BB4327. Grayscale: #9B9B9B. Windows color (decimal): -12272424 or 14203972. OLE color: 14203972.
HSL color Cylindrical-coordinate representation of color #44BCD8: hue angle of 191.35º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44BCD8 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 188 | 216 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.15 |
| HSL | 191.35º | 0.65% | 0.56% | - |
| HSV(B) | 191.35º | 0.69% | 0.85% | - |
| XYZ | 32.76 | 42.15 | 71.38 | - |
| YUV | 155.31 | 162.24 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 216 | 0.69 | 0.13 | 0 | 0.15 | 191.35 | 0.65 | 0.56 |
| Hex | 44 | BC | D8 | 45 | D | 0 | F | BF | 41 | 38 |
| Octal | 104 | 274 | 330 | 105 | 15 | 0 | 17 | 277 | 101 | 70 |
| Binary | 1000100 | 10111100 | 11011000 | 1000101 | 1101 | 0 | 1111 | 10111111 | 1000001 | 111000 |
Color Harmonies of #44BCD8
Complementary color
Monochromatic Colors of #44BCD8
Black with #44BCD8
Text Example
Text Example
White with #44BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCD8; }
p { color: rgb(68,188,216); }
H1.HeaderClassName
{
color: #44BCD8;
}
.AnyTagClassName
{
color: #44BCD8;
}
</style>
background-color css
<style>
a { background-color: #44BCD8; }
a { background-color: rgb(68,188,216); }
div.DivClassName
{
background-color: #44BCD8;
}
.BgClassName
{
background-color: #44BCD8;
}
</style>
border-color css
<style>
span { border-color: #44BCD8; }
span { border-color: rgb(68,188,216); }
td.TdClassName
{
border-color: #44BCD8;
}
.TagClassName
{
border-color: #44BCD8;
}
</style>