Shades of Deep Sky Blue #28DAFD
Tints of Deep Sky Blue #28DAFD
RGB
CMYK
RGB Variations
Color information
#28DAFD (or 0x28DAFD) is known color: Deep Sky Blue. HEX triplet: 28, DA and FD. RGB value is (40,218,253). Sum of RGB (Red+Green+Blue) = 40+218+253=511 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.83% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #28DAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DAFD is #D72502. Grayscale: #A8A8A8. Windows color (decimal): -14099715 or 16636456. OLE color: 16636456.
HSL color Cylindrical-coordinate representation of color #28DAFD: hue angle of 189.86º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DAFD is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 218 | 253 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.01 |
| HSL | 189.86º | 0.98% | 0.57% | - |
| HSV(B) | 189.86º | 0.84% | 0.99% | - |
| XYZ | 43.68 | 57.69 | 101.76 | - |
| YUV | 168.77 | 175.53 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 253 | 0.84 | 0.14 | 0 | 0.01 | 189.86 | 0.98 | 0.57 |
| Hex | 28 | DA | FD | 54 | E | 0 | 1 | BE | 62 | 39 |
| Octal | 50 | 332 | 375 | 124 | 16 | 0 | 1 | 276 | 142 | 71 |
| Binary | 101000 | 11011010 | 11111101 | 1010100 | 1110 | 0 | 1 | 10111110 | 1100010 | 111001 |
Color Harmonies of #28DAFD
Complementary color
Monochromatic Colors of #28DAFD
Black with #28DAFD
Text Example
Text Example
White with #28DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DAFD; }
p { color: rgb(40,218,253); }
H1.HeaderClassName
{
color: #28DAFD;
}
.AnyTagClassName
{
color: #28DAFD;
}
</style>
background-color css
<style>
a { background-color: #28DAFD; }
a { background-color: rgb(40,218,253); }
div.DivClassName
{
background-color: #28DAFD;
}
.BgClassName
{
background-color: #28DAFD;
}
</style>
border-color css
<style>
span { border-color: #28DAFD; }
span { border-color: rgb(40,218,253); }
td.TdClassName
{
border-color: #28DAFD;
}
.TagClassName
{
border-color: #28DAFD;
}
</style>