Shades of Summer Sky #44ABDF
Tints of Summer Sky #44ABDF
RGB
CMYK
RGB Variations
Color information
#44ABDF (or 0x44ABDF) is known color: Summer Sky. HEX triplet: 44, AB and DF. RGB value is (68,171,223). Sum of RGB (Red+Green+Blue) = 68+171+223=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #44ABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ABDF is #BB5420. Grayscale: #919191. Windows color (decimal): -12276769 or 14658372. OLE color: 14658372.
HSL color Cylindrical-coordinate representation of color #44ABDF: hue angle of 200.13º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44ABDF is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 171 | 223 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.13 |
| HSL | 200.13º | 0.71% | 0.57% | - |
| HSV(B) | 200.13º | 0.7% | 0.87% | - |
| XYZ | 30.27 | 35.68 | 75.1 | - |
| YUV | 146.13 | 171.38 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 171 | 223 | 0.70 | 0.23 | 0 | 0.13 | 200.13 | 0.71 | 0.57 |
| Hex | 44 | AB | DF | 46 | 17 | 0 | D | C8 | 47 | 39 |
| Octal | 104 | 253 | 337 | 106 | 27 | 0 | 15 | 310 | 107 | 71 |
| Binary | 1000100 | 10101011 | 11011111 | 1000110 | 10111 | 0 | 1101 | 11001000 | 1000111 | 111001 |
Color Harmonies of #44ABDF
Complementary color
Monochromatic Colors of #44ABDF
Black with #44ABDF
Text Example
Text Example
White with #44ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ABDF; }
p { color: rgb(68,171,223); }
H1.HeaderClassName
{
color: #44ABDF;
}
.AnyTagClassName
{
color: #44ABDF;
}
</style>
background-color css
<style>
a { background-color: #44ABDF; }
a { background-color: rgb(68,171,223); }
div.DivClassName
{
background-color: #44ABDF;
}
.BgClassName
{
background-color: #44ABDF;
}
</style>
border-color css
<style>
span { border-color: #44ABDF; }
span { border-color: rgb(68,171,223); }
td.TdClassName
{
border-color: #44ABDF;
}
.TagClassName
{
border-color: #44ABDF;
}
</style>