Shades of Deep Sky Blue #28D3FF
Tints of Deep Sky Blue #28D3FF
RGB
CMYK
RGB Variations
Color information
#28D3FF (or 0x28D3FF) is known color: Deep Sky Blue. HEX triplet: 28, D3 and FF. RGB value is (40,211,255). Sum of RGB (Red+Green+Blue) = 40+211+255=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #28D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D3FF is #D72C00. Grayscale: #A4A4A4. Windows color (decimal): -14101505 or 16765736. OLE color: 16765736.
HSL color Cylindrical-coordinate representation of color #28D3FF: hue angle of 192.28º 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 #28D3FF is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 211 | 255 | - |
| CMYK | 0.84 | 0.17 | 0 | 0 |
| HSL | 192.28º | 1% | 0.58% | - |
| HSV(B) | 192.28º | 0.84% | 1% | - |
| XYZ | 42.22 | 54.26 | 102.86 | - |
| YUV | 164.89 | 178.85 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 255 | 0.84 | 0.17 | 0 | 0 | 192.28 | 1 | 0.58 |
| Hex | 28 | D3 | FF | 54 | 11 | 0 | 0 | C0 | 64 | 3A |
| Octal | 50 | 323 | 377 | 124 | 21 | 0 | 0 | 300 | 144 | 72 |
| Binary | 101000 | 11010011 | 11111111 | 1010100 | 10001 | 0 | 0 | 11000000 | 1100100 | 111010 |
Color Harmonies of #28D3FF
Complementary color
Monochromatic Colors of #28D3FF
Black with #28D3FF
Text Example
Text Example
White with #28D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D3FF; }
p { color: rgb(40,211,255); }
H1.HeaderClassName
{
color: #28D3FF;
}
.AnyTagClassName
{
color: #28D3FF;
}
</style>
background-color css
<style>
a { background-color: #28D3FF; }
a { background-color: rgb(40,211,255); }
div.DivClassName
{
background-color: #28D3FF;
}
.BgClassName
{
background-color: #28D3FF;
}
</style>
border-color css
<style>
span { border-color: #28D3FF; }
span { border-color: rgb(40,211,255); }
td.TdClassName
{
border-color: #28D3FF;
}
.TagClassName
{
border-color: #28D3FF;
}
</style>