Shades of Summer Sky #28CAFA
Tints of Summer Sky #28CAFA
RGB
CMYK
RGB Variations
Color information
#28CAFA (or 0x28CAFA) is known color: Summer Sky. HEX triplet: 28, CA and FA. RGB value is (40,202,250). Sum of RGB (Red+Green+Blue) = 40+202+250=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #28CAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CAFA is #D73505. Grayscale: #9E9E9E. Windows color (decimal): -14103814 or 16435752. OLE color: 16435752.
HSL color Cylindrical-coordinate representation of color #28CAFA: hue angle of 193.71º 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 #28CAFA is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 202 | 250 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.02 |
| HSL | 193.71º | 0.95% | 0.57% | - |
| HSV(B) | 193.71º | 0.84% | 0.98% | - |
| XYZ | 39.25 | 49.59 | 97.95 | - |
| YUV | 159.03 | 179.33 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 250 | 0.84 | 0.19 | 0 | 0.02 | 193.71 | 0.95 | 0.57 |
| Hex | 28 | CA | FA | 54 | 13 | 0 | 2 | C2 | 5F | 39 |
| Octal | 50 | 312 | 372 | 124 | 23 | 0 | 2 | 302 | 137 | 71 |
| Binary | 101000 | 11001010 | 11111010 | 1010100 | 10011 | 0 | 10 | 11000010 | 1011111 | 111001 |
Color Harmonies of #28CAFA
Complementary color
Monochromatic Colors of #28CAFA
Black with #28CAFA
Text Example
Text Example
White with #28CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAFA; }
p { color: rgb(40,202,250); }
H1.HeaderClassName
{
color: #28CAFA;
}
.AnyTagClassName
{
color: #28CAFA;
}
</style>
background-color css
<style>
a { background-color: #28CAFA; }
a { background-color: rgb(40,202,250); }
div.DivClassName
{
background-color: #28CAFA;
}
.BgClassName
{
background-color: #28CAFA;
}
</style>
border-color css
<style>
span { border-color: #28CAFA; }
span { border-color: rgb(40,202,250); }
td.TdClassName
{
border-color: #28CAFA;
}
.TagClassName
{
border-color: #28CAFA;
}
</style>