Shades of Summer Sky #44ADFF
Tints of Summer Sky #44ADFF
RGB
CMYK
RGB Variations
Color information
#44ADFF (or 0x44ADFF) is known color: Summer Sky. HEX triplet: 44, AD and FF. RGB value is (68,173,255). Sum of RGB (Red+Green+Blue) = 68+173+255=496 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.71% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #44ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44ADFF is #BB5200. Grayscale: #969696. Windows color (decimal): -12276225 or 16756036. OLE color: 16756036.
HSL color Cylindrical-coordinate representation of color #44ADFF: hue angle of 206.31º 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 #44ADFF is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 173 | 255 | - |
| CMYK | 0.73 | 0.32 | 0 | 0 |
| HSL | 206.31º | 1% | 0.63% | - |
| HSV(B) | 206.31º | 0.73% | 1% | - |
| XYZ | 35.38 | 38.34 | 100.14 | - |
| YUV | 150.95 | 186.71 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 255 | 0.73 | 0.32 | 0 | 0 | 206.31 | 1 | 0.63 |
| Hex | 44 | AD | FF | 49 | 20 | 0 | 0 | CE | 64 | 3F |
| Octal | 104 | 255 | 377 | 111 | 40 | 0 | 0 | 316 | 144 | 77 |
| Binary | 1000100 | 10101101 | 11111111 | 1001001 | 100000 | 0 | 0 | 11001110 | 1100100 | 111111 |
Color Harmonies of #44ADFF
Complementary color
Monochromatic Colors of #44ADFF
Black with #44ADFF
Text Example
Text Example
White with #44ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADFF; }
p { color: rgb(68,173,255); }
H1.HeaderClassName
{
color: #44ADFF;
}
.AnyTagClassName
{
color: #44ADFF;
}
</style>
background-color css
<style>
a { background-color: #44ADFF; }
a { background-color: rgb(68,173,255); }
div.DivClassName
{
background-color: #44ADFF;
}
.BgClassName
{
background-color: #44ADFF;
}
</style>
border-color css
<style>
span { border-color: #44ADFF; }
span { border-color: rgb(68,173,255); }
td.TdClassName
{
border-color: #44ADFF;
}
.TagClassName
{
border-color: #44ADFF;
}
</style>