Shades of Summer Sky #28CDF0
Tints of Summer Sky #28CDF0
RGB
CMYK
RGB Variations
Color information
#28CDF0 (or 0x28CDF0) is known color: Summer Sky. HEX triplet: 28, CD and F0. RGB value is (40,205,240). Sum of RGB (Red+Green+Blue) = 40+205+240=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #28CDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CDF0 is #D7320F. Grayscale: #9F9F9F. Windows color (decimal): -14103056 or 15781160. OLE color: 15781160.
HSL color Cylindrical-coordinate representation of color #28CDF0: hue angle of 190.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 #28CDF0 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 205 | 240 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.06 |
| HSL | 190.5º | 0.87% | 0.55% | - |
| HSV(B) | 190.5º | 0.83% | 0.94% | - |
| XYZ | 38.43 | 50.41 | 90.14 | - |
| YUV | 159.66 | 173.34 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 240 | 0.83 | 0.15 | 0 | 0.06 | 190.5 | 0.87 | 0.55 |
| Hex | 28 | CD | F0 | 53 | F | 0 | 6 | BE | 57 | 37 |
| Octal | 50 | 315 | 360 | 123 | 17 | 0 | 6 | 276 | 127 | 67 |
| Binary | 101000 | 11001101 | 11110000 | 1010011 | 1111 | 0 | 110 | 10111110 | 1010111 | 110111 |
Color Harmonies of #28CDF0
Complementary color
Monochromatic Colors of #28CDF0
Black with #28CDF0
Text Example
Text Example
White with #28CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDF0; }
p { color: rgb(40,205,240); }
H1.HeaderClassName
{
color: #28CDF0;
}
.AnyTagClassName
{
color: #28CDF0;
}
</style>
background-color css
<style>
a { background-color: #28CDF0; }
a { background-color: rgb(40,205,240); }
div.DivClassName
{
background-color: #28CDF0;
}
.BgClassName
{
background-color: #28CDF0;
}
</style>
border-color css
<style>
span { border-color: #28CDF0; }
span { border-color: rgb(40,205,240); }
td.TdClassName
{
border-color: #28CDF0;
}
.TagClassName
{
border-color: #28CDF0;
}
</style>