Shades of Summer Sky #28CAF0
Tints of Summer Sky #28CAF0
RGB
CMYK
RGB Variations
Color information
#28CAF0 (or 0x28CAF0) is known color: Summer Sky. HEX triplet: 28, CA and F0. RGB value is (40,202,240). Sum of RGB (Red+Green+Blue) = 40+202+240=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #28CAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CAF0 is #D7350F. Grayscale: #9D9D9D. Windows color (decimal): -14103824 or 15780392. OLE color: 15780392.
HSL color Cylindrical-coordinate representation of color #28CAF0: hue angle of 191.4º 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 #28CAF0 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 202 | 240 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.06 |
| HSL | 191.4º | 0.87% | 0.55% | - |
| HSV(B) | 191.4º | 0.83% | 0.94% | - |
| XYZ | 37.72 | 48.98 | 89.9 | - |
| YUV | 157.89 | 174.33 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 240 | 0.83 | 0.16 | 0 | 0.06 | 191.4 | 0.87 | 0.55 |
| Hex | 28 | CA | F0 | 53 | 10 | 0 | 6 | BF | 57 | 37 |
| Octal | 50 | 312 | 360 | 123 | 20 | 0 | 6 | 277 | 127 | 67 |
| Binary | 101000 | 11001010 | 11110000 | 1010011 | 10000 | 0 | 110 | 10111111 | 1010111 | 110111 |
Color Harmonies of #28CAF0
Complementary color
Monochromatic Colors of #28CAF0
Black with #28CAF0
Text Example
Text Example
White with #28CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAF0; }
p { color: rgb(40,202,240); }
H1.HeaderClassName
{
color: #28CAF0;
}
.AnyTagClassName
{
color: #28CAF0;
}
</style>
background-color css
<style>
a { background-color: #28CAF0; }
a { background-color: rgb(40,202,240); }
div.DivClassName
{
background-color: #28CAF0;
}
.BgClassName
{
background-color: #28CAF0;
}
</style>
border-color css
<style>
span { border-color: #28CAF0; }
span { border-color: rgb(40,202,240); }
td.TdClassName
{
border-color: #28CAF0;
}
.TagClassName
{
border-color: #28CAF0;
}
</style>