Shades of Summer Sky #44D0FF
Tints of Summer Sky #44D0FF
RGB
CMYK
RGB Variations
Color information
#44D0FF (or 0x44D0FF) is known color: Summer Sky. HEX triplet: 44, D0 and FF. RGB value is (68,208,255). Sum of RGB (Red+Green+Blue) = 68+208+255=531 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.81% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #44D0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D0FF is #BB2F00. Grayscale: #ABABAB. Windows color (decimal): -12267265 or 16764996. OLE color: 16764996.
HSL color Cylindrical-coordinate representation of color #44D0FF: hue angle of 195.08º 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 #44D0FF is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 208 | 255 | - |
| CMYK | 0.73 | 0.18 | 0 | 0 |
| HSL | 195.08º | 1% | 0.63% | - |
| HSV(B) | 195.08º | 0.73% | 1% | - |
| XYZ | 42.99 | 53.56 | 102.68 | - |
| YUV | 171.5 | 175.12 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 255 | 0.73 | 0.18 | 0 | 0 | 195.08 | 1 | 0.63 |
| Hex | 44 | D0 | FF | 49 | 12 | 0 | 0 | C3 | 64 | 3F |
| Octal | 104 | 320 | 377 | 111 | 22 | 0 | 0 | 303 | 144 | 77 |
| Binary | 1000100 | 11010000 | 11111111 | 1001001 | 10010 | 0 | 0 | 11000011 | 1100100 | 111111 |
Color Harmonies of #44D0FF
Complementary color
Monochromatic Colors of #44D0FF
Black with #44D0FF
Text Example
Text Example
White with #44D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D0FF; }
p { color: rgb(68,208,255); }
H1.HeaderClassName
{
color: #44D0FF;
}
.AnyTagClassName
{
color: #44D0FF;
}
</style>
background-color css
<style>
a { background-color: #44D0FF; }
a { background-color: rgb(68,208,255); }
div.DivClassName
{
background-color: #44D0FF;
}
.BgClassName
{
background-color: #44D0FF;
}
</style>
border-color css
<style>
span { border-color: #44D0FF; }
span { border-color: rgb(68,208,255); }
td.TdClassName
{
border-color: #44D0FF;
}
.TagClassName
{
border-color: #44D0FF;
}
</style>