Shades of Summer Sky #28CFF1
Tints of Summer Sky #28CFF1
RGB
CMYK
RGB Variations
Color information
#28CFF1 (or 0x28CFF1) is known color: Summer Sky. HEX triplet: 28, CF and F1. RGB value is (40,207,241). Sum of RGB (Red+Green+Blue) = 40+207+241=488 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.20% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #28CFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFF1 is #D7300E. Grayscale: #A0A0A0. Windows color (decimal): -14102543 or 15847208. OLE color: 15847208.
HSL color Cylindrical-coordinate representation of color #28CFF1: hue angle of 190.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28CFF1 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 207 | 241 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.05 |
| HSL | 190.15º | 0.88% | 0.55% | - |
| HSV(B) | 190.15º | 0.83% | 0.95% | - |
| XYZ | 39.07 | 51.43 | 91.09 | - |
| YUV | 160.94 | 173.17 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 241 | 0.83 | 0.14 | 0 | 0.05 | 190.15 | 0.88 | 0.55 |
| Hex | 28 | CF | F1 | 53 | E | 0 | 5 | BE | 58 | 37 |
| Octal | 50 | 317 | 361 | 123 | 16 | 0 | 5 | 276 | 130 | 67 |
| Binary | 101000 | 11001111 | 11110001 | 1010011 | 1110 | 0 | 101 | 10111110 | 1011000 | 110111 |
Color Harmonies of #28CFF1
Complementary color
Monochromatic Colors of #28CFF1
Black with #28CFF1
Text Example
Text Example
White with #28CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFF1; }
p { color: rgb(40,207,241); }
H1.HeaderClassName
{
color: #28CFF1;
}
.AnyTagClassName
{
color: #28CFF1;
}
</style>
background-color css
<style>
a { background-color: #28CFF1; }
a { background-color: rgb(40,207,241); }
div.DivClassName
{
background-color: #28CFF1;
}
.BgClassName
{
background-color: #28CFF1;
}
</style>
border-color css
<style>
span { border-color: #28CFF1; }
span { border-color: rgb(40,207,241); }
td.TdClassName
{
border-color: #28CFF1;
}
.TagClassName
{
border-color: #28CFF1;
}
</style>