Shades of Summer Sky #28AFF0
Tints of Summer Sky #28AFF0
RGB
CMYK
RGB Variations
Color information
#28AFF0 (or 0x28AFF0) is known color: Summer Sky. HEX triplet: 28, AF and F0. RGB value is (40,175,240). Sum of RGB (Red+Green+Blue) = 40+175+240=455 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.79% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #28AFF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AFF0 is #D7500F. Grayscale: #8D8D8D. Windows color (decimal): -14110736 or 15773480. OLE color: 15773480.
HSL color Cylindrical-coordinate representation of color #28AFF0: hue angle of 199.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28AFF0 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 175 | 240 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.06 |
| HSL | 199.5º | 0.87% | 0.55% | - |
| HSV(B) | 199.5º | 0.83% | 0.94% | - |
| XYZ | 31.93 | 37.4 | 87.97 | - |
| YUV | 142.05 | 183.27 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 240 | 0.83 | 0.27 | 0 | 0.06 | 199.5 | 0.87 | 0.55 |
| Hex | 28 | AF | F0 | 53 | 1B | 0 | 6 | C8 | 57 | 37 |
| Octal | 50 | 257 | 360 | 123 | 33 | 0 | 6 | 310 | 127 | 67 |
| Binary | 101000 | 10101111 | 11110000 | 1010011 | 11011 | 0 | 110 | 11001000 | 1010111 | 110111 |
Color Harmonies of #28AFF0
Complementary color
Monochromatic Colors of #28AFF0
Black with #28AFF0
Text Example
Text Example
White with #28AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFF0; }
p { color: rgb(40,175,240); }
H1.HeaderClassName
{
color: #28AFF0;
}
.AnyTagClassName
{
color: #28AFF0;
}
</style>
background-color css
<style>
a { background-color: #28AFF0; }
a { background-color: rgb(40,175,240); }
div.DivClassName
{
background-color: #28AFF0;
}
.BgClassName
{
background-color: #28AFF0;
}
</style>
border-color css
<style>
span { border-color: #28AFF0; }
span { border-color: rgb(40,175,240); }
td.TdClassName
{
border-color: #28AFF0;
}
.TagClassName
{
border-color: #28AFF0;
}
</style>