Shades of Summer Sky #28CAF5
Tints of Summer Sky #28CAF5
RGB
CMYK
RGB Variations
Color information
#28CAF5 (or 0x28CAF5) is known color: Summer Sky. HEX triplet: 28, CA and F5. RGB value is (40,202,245). Sum of RGB (Red+Green+Blue) = 40+202+245=487 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.21% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #28CAF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CAF5 is #D7350A. Grayscale: #9E9E9E. Windows color (decimal): -14103819 or 16108072. OLE color: 16108072.
HSL color Cylindrical-coordinate representation of color #28CAF5: hue angle of 192.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CAF5 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 202 | 245 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.04 |
| HSL | 192.59º | 0.91% | 0.56% | - |
| HSV(B) | 192.59º | 0.84% | 0.96% | - |
| XYZ | 38.48 | 49.28 | 93.87 | - |
| YUV | 158.46 | 176.83 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 245 | 0.84 | 0.18 | 0 | 0.04 | 192.59 | 0.91 | 0.56 |
| Hex | 28 | CA | F5 | 54 | 12 | 0 | 4 | C1 | 5B | 38 |
| Octal | 50 | 312 | 365 | 124 | 22 | 0 | 4 | 301 | 133 | 70 |
| Binary | 101000 | 11001010 | 11110101 | 1010100 | 10010 | 0 | 100 | 11000001 | 1011011 | 111000 |
Color Harmonies of #28CAF5
Complementary color
Monochromatic Colors of #28CAF5
Black with #28CAF5
Text Example
Text Example
White with #28CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAF5; }
p { color: rgb(40,202,245); }
H1.HeaderClassName
{
color: #28CAF5;
}
.AnyTagClassName
{
color: #28CAF5;
}
</style>
background-color css
<style>
a { background-color: #28CAF5; }
a { background-color: rgb(40,202,245); }
div.DivClassName
{
background-color: #28CAF5;
}
.BgClassName
{
background-color: #28CAF5;
}
</style>
border-color css
<style>
span { border-color: #28CAF5; }
span { border-color: rgb(40,202,245); }
td.TdClassName
{
border-color: #28CAF5;
}
.TagClassName
{
border-color: #28CAF5;
}
</style>