Shades of Deep Sky Blue #28CFFA
Tints of Deep Sky Blue #28CFFA
RGB
CMYK
RGB Variations
Color information
#28CFFA (or 0x28CFFA) is known color: Deep Sky Blue. HEX triplet: 28, CF and FA. RGB value is (40,207,250). Sum of RGB (Red+Green+Blue) = 40+207+250=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #28CFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFFA is #D73005. Grayscale: #A1A1A1. Windows color (decimal): -14102534 or 16437032. OLE color: 16437032.
HSL color Cylindrical-coordinate representation of color #28CFFA: hue angle of 192.29º 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 #28CFFA is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 207 | 250 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.02 |
| HSL | 192.29º | 0.95% | 0.57% | - |
| HSV(B) | 192.29º | 0.84% | 0.98% | - |
| XYZ | 40.44 | 51.98 | 98.34 | - |
| YUV | 161.97 | 177.67 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 250 | 0.84 | 0.17 | 0 | 0.02 | 192.29 | 0.95 | 0.57 |
| Hex | 28 | CF | FA | 54 | 11 | 0 | 2 | C0 | 5F | 39 |
| Octal | 50 | 317 | 372 | 124 | 21 | 0 | 2 | 300 | 137 | 71 |
| Binary | 101000 | 11001111 | 11111010 | 1010100 | 10001 | 0 | 10 | 11000000 | 1011111 | 111001 |
Color Harmonies of #28CFFA
Complementary color
Monochromatic Colors of #28CFFA
Black with #28CFFA
Text Example
Text Example
White with #28CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFFA; }
p { color: rgb(40,207,250); }
H1.HeaderClassName
{
color: #28CFFA;
}
.AnyTagClassName
{
color: #28CFFA;
}
</style>
background-color css
<style>
a { background-color: #28CFFA; }
a { background-color: rgb(40,207,250); }
div.DivClassName
{
background-color: #28CFFA;
}
.BgClassName
{
background-color: #28CFFA;
}
</style>
border-color css
<style>
span { border-color: #28CFFA; }
span { border-color: rgb(40,207,250); }
td.TdClassName
{
border-color: #28CFFA;
}
.TagClassName
{
border-color: #28CFFA;
}
</style>