Shades of Summer Sky #44C0FF
Tints of Summer Sky #44C0FF
RGB
CMYK
RGB Variations
Color information
#44C0FF (or 0x44C0FF) is known color: Summer Sky. HEX triplet: 44, C0 and FF. RGB value is (68,192,255). Sum of RGB (Red+Green+Blue) = 68+192+255=515 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.20% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #44C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44C0FF is #BB3F00. Grayscale: #A1A1A1. Windows color (decimal): -12271361 or 16760900. OLE color: 16760900.
HSL color Cylindrical-coordinate representation of color #44C0FF: hue angle of 200.21º 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 #44C0FF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 192 | 255 | - |
| CMYK | 0.73 | 0.25 | 0 | 0 |
| HSL | 200.21º | 1% | 0.63% | - |
| HSV(B) | 200.21º | 0.73% | 1% | - |
| XYZ | 39.28 | 46.15 | 101.44 | - |
| YUV | 162.11 | 180.42 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 255 | 0.73 | 0.25 | 0 | 0 | 200.21 | 1 | 0.63 |
| Hex | 44 | C0 | FF | 49 | 19 | 0 | 0 | C8 | 64 | 3F |
| Octal | 104 | 300 | 377 | 111 | 31 | 0 | 0 | 310 | 144 | 77 |
| Binary | 1000100 | 11000000 | 11111111 | 1001001 | 11001 | 0 | 0 | 11001000 | 1100100 | 111111 |
Color Harmonies of #44C0FF
Complementary color
Monochromatic Colors of #44C0FF
Black with #44C0FF
Text Example
Text Example
White with #44C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C0FF; }
p { color: rgb(68,192,255); }
H1.HeaderClassName
{
color: #44C0FF;
}
.AnyTagClassName
{
color: #44C0FF;
}
</style>
background-color css
<style>
a { background-color: #44C0FF; }
a { background-color: rgb(68,192,255); }
div.DivClassName
{
background-color: #44C0FF;
}
.BgClassName
{
background-color: #44C0FF;
}
</style>
border-color css
<style>
span { border-color: #44C0FF; }
span { border-color: rgb(68,192,255); }
td.TdClassName
{
border-color: #44C0FF;
}
.TagClassName
{
border-color: #44C0FF;
}
</style>