Shades of Deep Sky Blue #28D2FE
Tints of Deep Sky Blue #28D2FE
RGB
CMYK
RGB Variations
Color information
#28D2FE (or 0x28D2FE) is known color: Deep Sky Blue. HEX triplet: 28, D2 and FE. RGB value is (40,210,254). Sum of RGB (Red+Green+Blue) = 40+210+254=504 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.94% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #28D2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D2FE is #D72D01. Grayscale: #A3A3A3. Windows color (decimal): -14101762 or 16699944. OLE color: 16699944.
HSL color Cylindrical-coordinate representation of color #28D2FE: hue angle of 192.34º 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 #28D2FE is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 210 | 254 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.00 |
| HSL | 192.34º | 0.99% | 0.58% | - |
| HSV(B) | 192.34º | 0.84% | 1% | - |
| XYZ | 41.81 | 53.7 | 101.93 | - |
| YUV | 164.19 | 178.68 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 254 | 0.84 | 0.17 | 0 | 0.00 | 192.34 | 0.99 | 0.58 |
| Hex | 28 | D2 | FE | 54 | 11 | 0 | 0 | C0 | 63 | 3A |
| Octal | 50 | 322 | 376 | 124 | 21 | 0 | 0 | 300 | 143 | 72 |
| Binary | 101000 | 11010010 | 11111110 | 1010100 | 10001 | 0 | 0 | 11000000 | 1100011 | 111010 |
Color Harmonies of #28D2FE
Complementary color
Monochromatic Colors of #28D2FE
Black with #28D2FE
Text Example
Text Example
White with #28D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D2FE; }
p { color: rgb(40,210,254); }
H1.HeaderClassName
{
color: #28D2FE;
}
.AnyTagClassName
{
color: #28D2FE;
}
</style>
background-color css
<style>
a { background-color: #28D2FE; }
a { background-color: rgb(40,210,254); }
div.DivClassName
{
background-color: #28D2FE;
}
.BgClassName
{
background-color: #28D2FE;
}
</style>
border-color css
<style>
span { border-color: #28D2FE; }
span { border-color: rgb(40,210,254); }
td.TdClassName
{
border-color: #28D2FE;
}
.TagClassName
{
border-color: #28D2FE;
}
</style>