Shades of Summer Sky #28CFE4
Tints of Summer Sky #28CFE4
RGB
CMYK
RGB Variations
Color information
#28CFE4 (or 0x28CFE4) is known color: Summer Sky. HEX triplet: 28, CF and E4. RGB value is (40,207,228). Sum of RGB (Red+Green+Blue) = 40+207+228=475 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.42% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 228 - color contains mainly: blue. Hex color #28CFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFE4 is #D7301B. Grayscale: #9F9F9F. Windows color (decimal): -14102556 or 14995240. OLE color: 14995240.
HSL color Cylindrical-coordinate representation of color #28CFE4: hue angle of 186.7º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CFE4 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 207 | 228 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.11 |
| HSL | 186.7º | 0.78% | 0.53% | - |
| HSV(B) | 186.7º | 0.82% | 0.89% | - |
| XYZ | 37.19 | 50.68 | 81.22 | - |
| YUV | 159.46 | 166.67 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 228 | 0.82 | 0.09 | 0 | 0.11 | 186.7 | 0.78 | 0.53 |
| Hex | 28 | CF | E4 | 52 | 9 | 0 | B | BB | 4E | 35 |
| Octal | 50 | 317 | 344 | 122 | 11 | 0 | 13 | 273 | 116 | 65 |
| Binary | 101000 | 11001111 | 11100100 | 1010010 | 1001 | 0 | 1011 | 10111011 | 1001110 | 110101 |
Color Harmonies of #28CFE4
Complementary color
Monochromatic Colors of #28CFE4
Black with #28CFE4
Text Example
Text Example
White with #28CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFE4; }
p { color: rgb(40,207,228); }
H1.HeaderClassName
{
color: #28CFE4;
}
.AnyTagClassName
{
color: #28CFE4;
}
</style>
background-color css
<style>
a { background-color: #28CFE4; }
a { background-color: rgb(40,207,228); }
div.DivClassName
{
background-color: #28CFE4;
}
.BgClassName
{
background-color: #28CFE4;
}
</style>
border-color css
<style>
span { border-color: #28CFE4; }
span { border-color: rgb(40,207,228); }
td.TdClassName
{
border-color: #28CFE4;
}
.TagClassName
{
border-color: #28CFE4;
}
</style>