Shades of Deep Sky Blue #28DCFF
Tints of Deep Sky Blue #28DCFF
RGB
CMYK
RGB Variations
Color information
#28DCFF (or 0x28DCFF) is known color: Deep Sky Blue. HEX triplet: 28, DC and FF. RGB value is (40,220,255). Sum of RGB (Red+Green+Blue) = 40+220+255=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #28DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCFF is #D72300. Grayscale: #A9A9A9. Windows color (decimal): -14099201 or 16768040. OLE color: 16768040.
HSL color Cylindrical-coordinate representation of color #28DCFF: hue angle of 189.77º 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 #28DCFF is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 220 | 255 | - |
| CMYK | 0.84 | 0.14 | 0 | 0 |
| HSL | 189.77º | 1% | 0.58% | - |
| HSV(B) | 189.77º | 0.84% | 1% | - |
| XYZ | 44.52 | 58.86 | 103.62 | - |
| YUV | 170.17 | 175.87 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 255 | 0.84 | 0.14 | 0 | 0 | 189.77 | 1 | 0.58 |
| Hex | 28 | DC | FF | 54 | E | 0 | 0 | BE | 64 | 3A |
| Octal | 50 | 334 | 377 | 124 | 16 | 0 | 0 | 276 | 144 | 72 |
| Binary | 101000 | 11011100 | 11111111 | 1010100 | 1110 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #28DCFF
Complementary color
Monochromatic Colors of #28DCFF
Black with #28DCFF
Text Example
Text Example
White with #28DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCFF; }
p { color: rgb(40,220,255); }
H1.HeaderClassName
{
color: #28DCFF;
}
.AnyTagClassName
{
color: #28DCFF;
}
</style>
background-color css
<style>
a { background-color: #28DCFF; }
a { background-color: rgb(40,220,255); }
div.DivClassName
{
background-color: #28DCFF;
}
.BgClassName
{
background-color: #28DCFF;
}
</style>
border-color css
<style>
span { border-color: #28DCFF; }
span { border-color: rgb(40,220,255); }
td.TdClassName
{
border-color: #28DCFF;
}
.TagClassName
{
border-color: #28DCFF;
}
</style>