Shades of Summer Sky #28ACF8
Tints of Summer Sky #28ACF8
RGB
CMYK
RGB Variations
Color information
#28ACF8 (or 0x28ACF8) is known color: Summer Sky. HEX triplet: 28, AC and F8. RGB value is (40,172,248). Sum of RGB (Red+Green+Blue) = 40+172+248=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #28ACF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACF8 is #D75307. Grayscale: #8C8C8C. Windows color (decimal): -14111496 or 16297000. OLE color: 16297000.
HSL color Cylindrical-coordinate representation of color #28ACF8: hue angle of 201.92º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ACF8 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 172 | 248 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.03 |
| HSL | 201.92º | 0.94% | 0.56% | - |
| HSV(B) | 201.92º | 0.84% | 0.97% | - |
| XYZ | 32.57 | 36.73 | 94.18 | - |
| YUV | 141.2 | 188.27 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 248 | 0.84 | 0.31 | 0 | 0.03 | 201.92 | 0.94 | 0.56 |
| Hex | 28 | AC | F8 | 54 | 1F | 0 | 3 | CA | 5E | 38 |
| Octal | 50 | 254 | 370 | 124 | 37 | 0 | 3 | 312 | 136 | 70 |
| Binary | 101000 | 10101100 | 11111000 | 1010100 | 11111 | 0 | 11 | 11001010 | 1011110 | 111000 |
Color Harmonies of #28ACF8
Complementary color
Monochromatic Colors of #28ACF8
Black with #28ACF8
Text Example
Text Example
White with #28ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ACF8; }
p { color: rgb(40,172,248); }
H1.HeaderClassName
{
color: #28ACF8;
}
.AnyTagClassName
{
color: #28ACF8;
}
</style>
background-color css
<style>
a { background-color: #28ACF8; }
a { background-color: rgb(40,172,248); }
div.DivClassName
{
background-color: #28ACF8;
}
.BgClassName
{
background-color: #28ACF8;
}
</style>
border-color css
<style>
span { border-color: #28ACF8; }
span { border-color: rgb(40,172,248); }
td.TdClassName
{
border-color: #28ACF8;
}
.TagClassName
{
border-color: #28ACF8;
}
</style>