Shades of Deep Sky Blue #28D4FB
Tints of Deep Sky Blue #28D4FB
RGB
CMYK
RGB Variations
Color information
#28D4FB (or 0x28D4FB) is known color: Deep Sky Blue. HEX triplet: 28, D4 and FB. RGB value is (40,212,251). Sum of RGB (Red+Green+Blue) = 40+212+251=503 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.95% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #28D4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D4FB is #D72B04. Grayscale: #A4A4A4. Windows color (decimal): -14101253 or 16503848. OLE color: 16503848.
HSL color Cylindrical-coordinate representation of color #28D4FB: hue angle of 191.09º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28D4FB is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 212 | 251 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.02 |
| HSL | 191.09º | 0.96% | 0.57% | - |
| HSV(B) | 191.09º | 0.84% | 0.98% | - |
| XYZ | 41.83 | 54.5 | 99.58 | - |
| YUV | 165.02 | 176.52 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 251 | 0.84 | 0.16 | 0 | 0.02 | 191.09 | 0.96 | 0.57 |
| Hex | 28 | D4 | FB | 54 | 10 | 0 | 2 | BF | 60 | 39 |
| Octal | 50 | 324 | 373 | 124 | 20 | 0 | 2 | 277 | 140 | 71 |
| Binary | 101000 | 11010100 | 11111011 | 1010100 | 10000 | 0 | 10 | 10111111 | 1100000 | 111001 |
Color Harmonies of #28D4FB
Complementary color
Monochromatic Colors of #28D4FB
Black with #28D4FB
Text Example
Text Example
White with #28D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D4FB; }
p { color: rgb(40,212,251); }
H1.HeaderClassName
{
color: #28D4FB;
}
.AnyTagClassName
{
color: #28D4FB;
}
</style>
background-color css
<style>
a { background-color: #28D4FB; }
a { background-color: rgb(40,212,251); }
div.DivClassName
{
background-color: #28D4FB;
}
.BgClassName
{
background-color: #28D4FB;
}
</style>
border-color css
<style>
span { border-color: #28D4FB; }
span { border-color: rgb(40,212,251); }
td.TdClassName
{
border-color: #28D4FB;
}
.TagClassName
{
border-color: #28D4FB;
}
</style>