Shades of Summer Sky #44AFEC
Tints of Summer Sky #44AFEC
RGB
CMYK
RGB Variations
Color information
#44AFEC (or 0x44AFEC) is known color: Summer Sky. HEX triplet: 44, AF and EC. RGB value is (68,175,236). Sum of RGB (Red+Green+Blue) = 68+175+236=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #44AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44AFEC is #BB5013. Grayscale: #959595. Windows color (decimal): -12275732 or 15511364. OLE color: 15511364.
HSL color Cylindrical-coordinate representation of color #44AFEC: hue angle of 201.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44AFEC is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 175 | 236 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.07 |
| HSL | 201.79º | 0.82% | 0.6% | - |
| HSV(B) | 201.79º | 0.71% | 0.93% | - |
| XYZ | 32.85 | 37.95 | 84.95 | - |
| YUV | 149.96 | 176.55 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 236 | 0.71 | 0.26 | 0 | 0.07 | 201.79 | 0.82 | 0.6 |
| Hex | 44 | AF | EC | 47 | 1A | 0 | 7 | CA | 52 | 3C |
| Octal | 104 | 257 | 354 | 107 | 32 | 0 | 7 | 312 | 122 | 74 |
| Binary | 1000100 | 10101111 | 11101100 | 1000111 | 11010 | 0 | 111 | 11001010 | 1010010 | 111100 |
Color Harmonies of #44AFEC
Complementary color
Monochromatic Colors of #44AFEC
Black with #44AFEC
Text Example
Text Example
White with #44AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AFEC; }
p { color: rgb(68,175,236); }
H1.HeaderClassName
{
color: #44AFEC;
}
.AnyTagClassName
{
color: #44AFEC;
}
</style>
background-color css
<style>
a { background-color: #44AFEC; }
a { background-color: rgb(68,175,236); }
div.DivClassName
{
background-color: #44AFEC;
}
.BgClassName
{
background-color: #44AFEC;
}
</style>
border-color css
<style>
span { border-color: #44AFEC; }
span { border-color: rgb(68,175,236); }
td.TdClassName
{
border-color: #44AFEC;
}
.TagClassName
{
border-color: #44AFEC;
}
</style>