Shades of Deep Sky Blue #28DBFF
Tints of Deep Sky Blue #28DBFF
RGB
CMYK
RGB Variations
Color information
#28DBFF (or 0x28DBFF) is known color: Deep Sky Blue. HEX triplet: 28, DB and FF. RGB value is (40,219,255). Sum of RGB (Red+Green+Blue) = 40+219+255=514 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.78% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #28DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DBFF is #D72400. Grayscale: #A9A9A9. Windows color (decimal): -14099457 or 16767784. OLE color: 16767784.
HSL color Cylindrical-coordinate representation of color #28DBFF: hue angle of 190.05º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DBFF is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 219 | 255 | - |
| CMYK | 0.84 | 0.14 | 0 | 0 |
| HSL | 190.05º | 1% | 0.58% | - |
| HSV(B) | 190.05º | 0.84% | 1% | - |
| XYZ | 44.26 | 58.33 | 103.53 | - |
| YUV | 169.58 | 176.2 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 219 | 255 | 0.84 | 0.14 | 0 | 0 | 190.05 | 1 | 0.58 |
| Hex | 28 | DB | FF | 54 | E | 0 | 0 | BE | 64 | 3A |
| Octal | 50 | 333 | 377 | 124 | 16 | 0 | 0 | 276 | 144 | 72 |
| Binary | 101000 | 11011011 | 11111111 | 1010100 | 1110 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #28DBFF
Complementary color
Monochromatic Colors of #28DBFF
Black with #28DBFF
Text Example
Text Example
White with #28DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DBFF; }
p { color: rgb(40,219,255); }
H1.HeaderClassName
{
color: #28DBFF;
}
.AnyTagClassName
{
color: #28DBFF;
}
</style>
background-color css
<style>
a { background-color: #28DBFF; }
a { background-color: rgb(40,219,255); }
div.DivClassName
{
background-color: #28DBFF;
}
.BgClassName
{
background-color: #28DBFF;
}
</style>
border-color css
<style>
span { border-color: #28DBFF; }
span { border-color: rgb(40,219,255); }
td.TdClassName
{
border-color: #28DBFF;
}
.TagClassName
{
border-color: #28DBFF;
}
</style>