Shades of Deep Sky Blue #28DBFD
Tints of Deep Sky Blue #28DBFD
RGB
CMYK
RGB Variations
Color information
#28DBFD (or 0x28DBFD) is known color: Deep Sky Blue. HEX triplet: 28, DB and FD. RGB value is (40,219,253). Sum of RGB (Red+Green+Blue) = 40+219+253=512 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.81% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #28DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBFD is #D72402. Grayscale: #A9A9A9. Windows color (decimal): -14099459 or 16636712. OLE color: 16636712.
HSL color Cylindrical-coordinate representation of color #28DBFD: hue angle of 189.58º 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 #28DBFD is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 219 | 253 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.01 |
| HSL | 189.58º | 0.98% | 0.57% | - |
| HSV(B) | 189.58º | 0.84% | 0.99% | - |
| XYZ | 43.94 | 58.21 | 101.85 | - |
| YUV | 169.36 | 175.2 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 253 | 0.84 | 0.13 | 0 | 0.01 | 189.58 | 0.98 | 0.57 |
| Hex | 28 | DB | FD | 54 | D | 0 | 1 | BE | 62 | 39 |
| Octal | 50 | 333 | 375 | 124 | 15 | 0 | 1 | 276 | 142 | 71 |
| Binary | 101000 | 11011011 | 11111101 | 1010100 | 1101 | 0 | 1 | 10111110 | 1100010 | 111001 |
Color Harmonies of #28DBFD
Complementary color
Monochromatic Colors of #28DBFD
Black with #28DBFD
Text Example
Text Example
White with #28DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBFD; }
p { color: rgb(40,219,253); }
H1.HeaderClassName
{
color: #28DBFD;
}
.AnyTagClassName
{
color: #28DBFD;
}
</style>
background-color css
<style>
a { background-color: #28DBFD; }
a { background-color: rgb(40,219,253); }
div.DivClassName
{
background-color: #28DBFD;
}
.BgClassName
{
background-color: #28DBFD;
}
</style>
border-color css
<style>
span { border-color: #28DBFD; }
span { border-color: rgb(40,219,253); }
td.TdClassName
{
border-color: #28DBFD;
}
.TagClassName
{
border-color: #28DBFD;
}
</style>