Shades of Deep Sky Blue #28D0FF
Tints of Deep Sky Blue #28D0FF
RGB
CMYK
RGB Variations
Color information
#28D0FF (or 0x28D0FF) is known color: Deep Sky Blue. HEX triplet: 28, D0 and FF. RGB value is (40,208,255). Sum of RGB (Red+Green+Blue) = 40+208+255=503 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.95% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #28D0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D0FF is #D72F00. Grayscale: #A2A2A2. Windows color (decimal): -14102273 or 16764968. OLE color: 16764968.
HSL color Cylindrical-coordinate representation of color #28D0FF: hue angle of 193.12º 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 #28D0FF is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 208 | 255 | - |
| CMYK | 0.84 | 0.18 | 0 | 0 |
| HSL | 193.12º | 1% | 0.58% | - |
| HSV(B) | 193.12º | 0.84% | 1% | - |
| XYZ | 41.48 | 52.78 | 102.61 | - |
| YUV | 163.13 | 179.84 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 255 | 0.84 | 0.18 | 0 | 0 | 193.12 | 1 | 0.58 |
| Hex | 28 | D0 | FF | 54 | 12 | 0 | 0 | C1 | 64 | 3A |
| Octal | 50 | 320 | 377 | 124 | 22 | 0 | 0 | 301 | 144 | 72 |
| Binary | 101000 | 11010000 | 11111111 | 1010100 | 10010 | 0 | 0 | 11000001 | 1100100 | 111010 |
Color Harmonies of #28D0FF
Complementary color
Monochromatic Colors of #28D0FF
Black with #28D0FF
Text Example
Text Example
White with #28D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D0FF; }
p { color: rgb(40,208,255); }
H1.HeaderClassName
{
color: #28D0FF;
}
.AnyTagClassName
{
color: #28D0FF;
}
</style>
background-color css
<style>
a { background-color: #28D0FF; }
a { background-color: rgb(40,208,255); }
div.DivClassName
{
background-color: #28D0FF;
}
.BgClassName
{
background-color: #28D0FF;
}
</style>
border-color css
<style>
span { border-color: #28D0FF; }
span { border-color: rgb(40,208,255); }
td.TdClassName
{
border-color: #28D0FF;
}
.TagClassName
{
border-color: #28D0FF;
}
</style>