Shades of Summer Sky #44C7FF
Tints of Summer Sky #44C7FF
RGB
CMYK
RGB Variations
Color information
#44C7FF (or 0x44C7FF) is known color: Summer Sky. HEX triplet: 44, C7 and FF. RGB value is (68,199,255). Sum of RGB (Red+Green+Blue) = 68+199+255=522 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.03% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #44C7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44C7FF is #BB3800. Grayscale: #A5A5A5. Windows color (decimal): -12269569 or 16762692. OLE color: 16762692.
HSL color Cylindrical-coordinate representation of color #44C7FF: hue angle of 197.97º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44C7FF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 199 | 255 | - |
| CMYK | 0.73 | 0.22 | 0 | 0 |
| HSL | 197.97º | 1% | 0.63% | - |
| HSV(B) | 197.97º | 0.73% | 1% | - |
| XYZ | 40.86 | 49.3 | 101.97 | - |
| YUV | 166.22 | 178.1 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 199 | 255 | 0.73 | 0.22 | 0 | 0 | 197.97 | 1 | 0.63 |
| Hex | 44 | C7 | FF | 49 | 16 | 0 | 0 | C6 | 64 | 3F |
| Octal | 104 | 307 | 377 | 111 | 26 | 0 | 0 | 306 | 144 | 77 |
| Binary | 1000100 | 11000111 | 11111111 | 1001001 | 10110 | 0 | 0 | 11000110 | 1100100 | 111111 |
Color Harmonies of #44C7FF
Complementary color
Monochromatic Colors of #44C7FF
Black with #44C7FF
Text Example
Text Example
White with #44C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C7FF; }
p { color: rgb(68,199,255); }
H1.HeaderClassName
{
color: #44C7FF;
}
.AnyTagClassName
{
color: #44C7FF;
}
</style>
background-color css
<style>
a { background-color: #44C7FF; }
a { background-color: rgb(68,199,255); }
div.DivClassName
{
background-color: #44C7FF;
}
.BgClassName
{
background-color: #44C7FF;
}
</style>
border-color css
<style>
span { border-color: #44C7FF; }
span { border-color: rgb(68,199,255); }
td.TdClassName
{
border-color: #44C7FF;
}
.TagClassName
{
border-color: #44C7FF;
}
</style>