Shades of Summer Sky #44C2EB
Tints of Summer Sky #44C2EB
RGB
CMYK
RGB Variations
Color information
#44C2EB (or 0x44C2EB) is known color: Summer Sky. HEX triplet: 44, C2 and EB. RGB value is (68,194,235). Sum of RGB (Red+Green+Blue) = 68+194+235=497 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.68% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #44C2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44C2EB is #BB3D14. Grayscale: #A0A0A0. Windows color (decimal): -12270869 or 15450692. OLE color: 15450692.
HSL color Cylindrical-coordinate representation of color #44C2EB: hue angle of 194.73º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44C2EB is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 194 | 235 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.08 |
| HSL | 194.73º | 0.81% | 0.59% | - |
| HSV(B) | 194.73º | 0.71% | 0.92% | - |
| XYZ | 36.67 | 45.81 | 85.51 | - |
| YUV | 161 | 169.76 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 194 | 235 | 0.71 | 0.17 | 0 | 0.08 | 194.73 | 0.81 | 0.59 |
| Hex | 44 | C2 | EB | 47 | 11 | 0 | 8 | C3 | 51 | 3B |
| Octal | 104 | 302 | 353 | 107 | 21 | 0 | 10 | 303 | 121 | 73 |
| Binary | 1000100 | 11000010 | 11101011 | 1000111 | 10001 | 0 | 1000 | 11000011 | 1010001 | 111011 |
Color Harmonies of #44C2EB
Complementary color
Monochromatic Colors of #44C2EB
Black with #44C2EB
Text Example
Text Example
White with #44C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C2EB; }
p { color: rgb(68,194,235); }
H1.HeaderClassName
{
color: #44C2EB;
}
.AnyTagClassName
{
color: #44C2EB;
}
</style>
background-color css
<style>
a { background-color: #44C2EB; }
a { background-color: rgb(68,194,235); }
div.DivClassName
{
background-color: #44C2EB;
}
.BgClassName
{
background-color: #44C2EB;
}
</style>
border-color css
<style>
span { border-color: #44C2EB; }
span { border-color: rgb(68,194,235); }
td.TdClassName
{
border-color: #44C2EB;
}
.TagClassName
{
border-color: #44C2EB;
}
</style>