Shades of Summer Sky #28C0FA
Tints of Summer Sky #28C0FA
RGB
CMYK
RGB Variations
Color information
#28C0FA (or 0x28C0FA) is known color: Summer Sky. HEX triplet: 28, C0 and FA. RGB value is (40,192,250). Sum of RGB (Red+Green+Blue) = 40+192+250=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #28C0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C0FA is #D73F05. Grayscale: #989898. Windows color (decimal): -14106374 or 16433192. OLE color: 16433192.
HSL color Cylindrical-coordinate representation of color #28C0FA: hue angle of 196.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28C0FA is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 192 | 250 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.02 |
| HSL | 196.57º | 0.95% | 0.57% | - |
| HSV(B) | 196.57º | 0.84% | 0.98% | - |
| XYZ | 36.98 | 45.05 | 97.19 | - |
| YUV | 153.16 | 182.64 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 250 | 0.84 | 0.23 | 0 | 0.02 | 196.57 | 0.95 | 0.57 |
| Hex | 28 | C0 | FA | 54 | 17 | 0 | 2 | C5 | 5F | 39 |
| Octal | 50 | 300 | 372 | 124 | 27 | 0 | 2 | 305 | 137 | 71 |
| Binary | 101000 | 11000000 | 11111010 | 1010100 | 10111 | 0 | 10 | 11000101 | 1011111 | 111001 |
Color Harmonies of #28C0FA
Complementary color
Monochromatic Colors of #28C0FA
Black with #28C0FA
Text Example
Text Example
White with #28C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C0FA; }
p { color: rgb(40,192,250); }
H1.HeaderClassName
{
color: #28C0FA;
}
.AnyTagClassName
{
color: #28C0FA;
}
</style>
background-color css
<style>
a { background-color: #28C0FA; }
a { background-color: rgb(40,192,250); }
div.DivClassName
{
background-color: #28C0FA;
}
.BgClassName
{
background-color: #28C0FA;
}
</style>
border-color css
<style>
span { border-color: #28C0FA; }
span { border-color: rgb(40,192,250); }
td.TdClassName
{
border-color: #28C0FA;
}
.TagClassName
{
border-color: #28C0FA;
}
</style>