Shades of Summer Sky #28A7EF
Tints of Summer Sky #28A7EF
RGB
CMYK
RGB Variations
Color information
#28A7EF (or 0x28A7EF) is known color: Summer Sky. HEX triplet: 28, A7 and EF. RGB value is (40,167,239). Sum of RGB (Red+Green+Blue) = 40+167+239=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #28A7EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A7EF is #D75810. Grayscale: #888888. Windows color (decimal): -14112785 or 15705896. OLE color: 15705896.
HSL color Cylindrical-coordinate representation of color #28A7EF: hue angle of 201.71º degrees, saturation: 0.86, 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 #28A7EF is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 167 | 239 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.06 |
| HSL | 201.71º | 0.86% | 0.55% | - |
| HSV(B) | 201.71º | 0.83% | 0.94% | - |
| XYZ | 30.27 | 34.32 | 86.69 | - |
| YUV | 137.24 | 185.42 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 239 | 0.83 | 0.30 | 0 | 0.06 | 201.71 | 0.86 | 0.55 |
| Hex | 28 | A7 | EF | 53 | 1E | 0 | 6 | CA | 56 | 37 |
| Octal | 50 | 247 | 357 | 123 | 36 | 0 | 6 | 312 | 126 | 67 |
| Binary | 101000 | 10100111 | 11101111 | 1010011 | 11110 | 0 | 110 | 11001010 | 1010110 | 110111 |
Color Harmonies of #28A7EF
Complementary color
Monochromatic Colors of #28A7EF
Black with #28A7EF
Text Example
Text Example
White with #28A7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A7EF; }
p { color: rgb(40,167,239); }
H1.HeaderClassName
{
color: #28A7EF;
}
.AnyTagClassName
{
color: #28A7EF;
}
</style>
background-color css
<style>
a { background-color: #28A7EF; }
a { background-color: rgb(40,167,239); }
div.DivClassName
{
background-color: #28A7EF;
}
.BgClassName
{
background-color: #28A7EF;
}
</style>
border-color css
<style>
span { border-color: #28A7EF; }
span { border-color: rgb(40,167,239); }
td.TdClassName
{
border-color: #28A7EF;
}
.TagClassName
{
border-color: #28A7EF;
}
</style>