Shades of Deep Sky Blue #28D3FE
Tints of Deep Sky Blue #28D3FE
RGB
CMYK
RGB Variations
Color information
#28D3FE (or 0x28D3FE) is known color: Deep Sky Blue. HEX triplet: 28, D3 and FE. RGB value is (40,211,254). Sum of RGB (Red+Green+Blue) = 40+211+254=505 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.92% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #28D3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D3FE is #D72C01. Grayscale: #A4A4A4. Windows color (decimal): -14101506 or 16700200. OLE color: 16700200.
HSL color Cylindrical-coordinate representation of color #28D3FE: hue angle of 192.06º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28D3FE is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 211 | 254 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.00 |
| HSL | 192.06º | 0.99% | 0.58% | - |
| HSV(B) | 192.06º | 0.84% | 1% | - |
| XYZ | 42.06 | 54.2 | 102.01 | - |
| YUV | 164.77 | 178.35 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 254 | 0.84 | 0.17 | 0 | 0.00 | 192.06 | 0.99 | 0.58 |
| Hex | 28 | D3 | FE | 54 | 11 | 0 | 0 | C0 | 63 | 3A |
| Octal | 50 | 323 | 376 | 124 | 21 | 0 | 0 | 300 | 143 | 72 |
| Binary | 101000 | 11010011 | 11111110 | 1010100 | 10001 | 0 | 0 | 11000000 | 1100011 | 111010 |
Color Harmonies of #28D3FE
Complementary color
Monochromatic Colors of #28D3FE
Black with #28D3FE
Text Example
Text Example
White with #28D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D3FE; }
p { color: rgb(40,211,254); }
H1.HeaderClassName
{
color: #28D3FE;
}
.AnyTagClassName
{
color: #28D3FE;
}
</style>
background-color css
<style>
a { background-color: #28D3FE; }
a { background-color: rgb(40,211,254); }
div.DivClassName
{
background-color: #28D3FE;
}
.BgClassName
{
background-color: #28D3FE;
}
</style>
border-color css
<style>
span { border-color: #28D3FE; }
span { border-color: rgb(40,211,254); }
td.TdClassName
{
border-color: #28D3FE;
}
.TagClassName
{
border-color: #28D3FE;
}
</style>