Shades of Deep Sky Blue #28D8FC
Tints of Deep Sky Blue #28D8FC
RGB
CMYK
RGB Variations
Color information
#28D8FC (or 0x28D8FC) is known color: Deep Sky Blue. HEX triplet: 28, D8 and FC. RGB value is (40,216,252). Sum of RGB (Red+Green+Blue) = 40+216+252=508 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.87% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #28D8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D8FC is #D72703. Grayscale: #A7A7A7. Windows color (decimal): -14100228 or 16570408. OLE color: 16570408.
HSL color Cylindrical-coordinate representation of color #28D8FC: hue angle of 190.19º degrees, saturation: 0.97, 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 #28D8FC is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 216 | 252 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.01 |
| HSL | 190.19º | 0.97% | 0.57% | - |
| HSV(B) | 190.19º | 0.84% | 0.99% | - |
| XYZ | 43 | 56.59 | 100.75 | - |
| YUV | 167.48 | 175.69 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 252 | 0.84 | 0.14 | 0 | 0.01 | 190.19 | 0.97 | 0.57 |
| Hex | 28 | D8 | FC | 54 | E | 0 | 1 | BE | 61 | 39 |
| Octal | 50 | 330 | 374 | 124 | 16 | 0 | 1 | 276 | 141 | 71 |
| Binary | 101000 | 11011000 | 11111100 | 1010100 | 1110 | 0 | 1 | 10111110 | 1100001 | 111001 |
Color Harmonies of #28D8FC
Complementary color
Monochromatic Colors of #28D8FC
Black with #28D8FC
Text Example
Text Example
White with #28D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D8FC; }
p { color: rgb(40,216,252); }
H1.HeaderClassName
{
color: #28D8FC;
}
.AnyTagClassName
{
color: #28D8FC;
}
</style>
background-color css
<style>
a { background-color: #28D8FC; }
a { background-color: rgb(40,216,252); }
div.DivClassName
{
background-color: #28D8FC;
}
.BgClassName
{
background-color: #28D8FC;
}
</style>
border-color css
<style>
span { border-color: #28D8FC; }
span { border-color: rgb(40,216,252); }
td.TdClassName
{
border-color: #28D8FC;
}
.TagClassName
{
border-color: #28D8FC;
}
</style>