Shades of Summer Sky #44BCEC
Tints of Summer Sky #44BCEC
RGB
CMYK
RGB Variations
Color information
#44BCEC (or 0x44BCEC) is known color: Summer Sky. HEX triplet: 44, BC and EC. RGB value is (68,188,236). Sum of RGB (Red+Green+Blue) = 68+188+236=492 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.82% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #44BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BCEC is #BB4313. Grayscale: #9D9D9D. Windows color (decimal): -12272404 or 15514692. OLE color: 15514692.
HSL color Cylindrical-coordinate representation of color #44BCEC: hue angle of 197.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44BCEC is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 188 | 236 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.07 |
| HSL | 197.14º | 0.82% | 0.6% | - |
| HSV(B) | 197.14º | 0.71% | 0.93% | - |
| XYZ | 35.51 | 43.25 | 85.83 | - |
| YUV | 157.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 236 | 0.71 | 0.20 | 0 | 0.07 | 197.14 | 0.82 | 0.6 |
| Hex | 44 | BC | EC | 47 | 14 | 0 | 7 | C5 | 52 | 3C |
| Octal | 104 | 274 | 354 | 107 | 24 | 0 | 7 | 305 | 122 | 74 |
| Binary | 1000100 | 10111100 | 11101100 | 1000111 | 10100 | 0 | 111 | 11000101 | 1010010 | 111100 |
Color Harmonies of #44BCEC
Complementary color
Monochromatic Colors of #44BCEC
Black with #44BCEC
Text Example
Text Example
White with #44BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCEC; }
p { color: rgb(68,188,236); }
H1.HeaderClassName
{
color: #44BCEC;
}
.AnyTagClassName
{
color: #44BCEC;
}
</style>
background-color css
<style>
a { background-color: #44BCEC; }
a { background-color: rgb(68,188,236); }
div.DivClassName
{
background-color: #44BCEC;
}
.BgClassName
{
background-color: #44BCEC;
}
</style>
border-color css
<style>
span { border-color: #44BCEC; }
span { border-color: rgb(68,188,236); }
td.TdClassName
{
border-color: #44BCEC;
}
.TagClassName
{
border-color: #44BCEC;
}
</style>