Shades of Summer Sky #44C2EF
Tints of Summer Sky #44C2EF
RGB
CMYK
RGB Variations
Color information
#44C2EF (or 0x44C2EF) is known color: Summer Sky. HEX triplet: 44, C2 and EF. RGB value is (68,194,239). Sum of RGB (Red+Green+Blue) = 68+194+239=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #44C2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44C2EF is #BB3D10. Grayscale: #A1A1A1. Windows color (decimal): -12270865 or 15712836. OLE color: 15712836.
HSL color Cylindrical-coordinate representation of color #44C2EF: hue angle of 195.79º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44C2EF is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 194 | 239 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.06 |
| HSL | 195.79º | 0.84% | 0.6% | - |
| HSV(B) | 195.79º | 0.72% | 0.94% | - |
| XYZ | 37.26 | 46.04 | 88.59 | - |
| YUV | 161.46 | 171.76 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 194 | 239 | 0.72 | 0.19 | 0 | 0.06 | 195.79 | 0.84 | 0.6 |
| Hex | 44 | C2 | EF | 48 | 13 | 0 | 6 | C4 | 54 | 3C |
| Octal | 104 | 302 | 357 | 110 | 23 | 0 | 6 | 304 | 124 | 74 |
| Binary | 1000100 | 11000010 | 11101111 | 1001000 | 10011 | 0 | 110 | 11000100 | 1010100 | 111100 |
Color Harmonies of #44C2EF
Complementary color
Monochromatic Colors of #44C2EF
Black with #44C2EF
Text Example
Text Example
White with #44C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C2EF; }
p { color: rgb(68,194,239); }
H1.HeaderClassName
{
color: #44C2EF;
}
.AnyTagClassName
{
color: #44C2EF;
}
</style>
background-color css
<style>
a { background-color: #44C2EF; }
a { background-color: rgb(68,194,239); }
div.DivClassName
{
background-color: #44C2EF;
}
.BgClassName
{
background-color: #44C2EF;
}
</style>
border-color css
<style>
span { border-color: #44C2EF; }
span { border-color: rgb(68,194,239); }
td.TdClassName
{
border-color: #44C2EF;
}
.TagClassName
{
border-color: #44C2EF;
}
</style>