Shades of Deep Sky Blue #28D4F6
Tints of Deep Sky Blue #28D4F6
RGB
CMYK
RGB Variations
Color information
#28D4F6 (or 0x28D4F6) is known color: Deep Sky Blue. HEX triplet: 28, D4 and F6. RGB value is (40,212,246). Sum of RGB (Red+Green+Blue) = 40+212+246=498 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.03% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #28D4F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D4F6 is #D72B09. Grayscale: #A4A4A4. Windows color (decimal): -14101258 or 16176168. OLE color: 16176168.
HSL color Cylindrical-coordinate representation of color #28D4F6: hue angle of 189.9º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28D4F6 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 212 | 246 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.04 |
| HSL | 189.9º | 0.92% | 0.56% | - |
| HSV(B) | 189.9º | 0.84% | 0.96% | - |
| XYZ | 41.05 | 54.19 | 95.49 | - |
| YUV | 164.45 | 174.02 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 246 | 0.84 | 0.14 | 0 | 0.04 | 189.9 | 0.92 | 0.56 |
| Hex | 28 | D4 | F6 | 54 | E | 0 | 4 | BE | 5C | 38 |
| Octal | 50 | 324 | 366 | 124 | 16 | 0 | 4 | 276 | 134 | 70 |
| Binary | 101000 | 11010100 | 11110110 | 1010100 | 1110 | 0 | 100 | 10111110 | 1011100 | 111000 |
Color Harmonies of #28D4F6
Complementary color
Monochromatic Colors of #28D4F6
Black with #28D4F6
Text Example
Text Example
White with #28D4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D4F6; }
p { color: rgb(40,212,246); }
H1.HeaderClassName
{
color: #28D4F6;
}
.AnyTagClassName
{
color: #28D4F6;
}
</style>
background-color css
<style>
a { background-color: #28D4F6; }
a { background-color: rgb(40,212,246); }
div.DivClassName
{
background-color: #28D4F6;
}
.BgClassName
{
background-color: #28D4F6;
}
</style>
border-color css
<style>
span { border-color: #28D4F6; }
span { border-color: rgb(40,212,246); }
td.TdClassName
{
border-color: #28D4F6;
}
.TagClassName
{
border-color: #28D4F6;
}
</style>