Shades of Deep Sky Blue #28CDFC
Tints of Deep Sky Blue #28CDFC
RGB
CMYK
RGB Variations
Color information
#28CDFC (or 0x28CDFC) is known color: Deep Sky Blue. HEX triplet: 28, CD and FC. RGB value is (40,205,252). Sum of RGB (Red+Green+Blue) = 40+205+252=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #28CDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CDFC is #D73203. Grayscale: #A0A0A0. Windows color (decimal): -14103044 or 16567592. OLE color: 16567592.
HSL color Cylindrical-coordinate representation of color #28CDFC: hue angle of 193.3º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CDFC is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 205 | 252 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.01 |
| HSL | 193.3º | 0.97% | 0.57% | - |
| HSV(B) | 193.3º | 0.84% | 0.99% | - |
| XYZ | 40.28 | 51.14 | 99.84 | - |
| YUV | 161.02 | 179.34 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 252 | 0.84 | 0.19 | 0 | 0.01 | 193.3 | 0.97 | 0.57 |
| Hex | 28 | CD | FC | 54 | 13 | 0 | 1 | C1 | 61 | 39 |
| Octal | 50 | 315 | 374 | 124 | 23 | 0 | 1 | 301 | 141 | 71 |
| Binary | 101000 | 11001101 | 11111100 | 1010100 | 10011 | 0 | 1 | 11000001 | 1100001 | 111001 |
Color Harmonies of #28CDFC
Complementary color
Monochromatic Colors of #28CDFC
Black with #28CDFC
Text Example
Text Example
White with #28CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDFC; }
p { color: rgb(40,205,252); }
H1.HeaderClassName
{
color: #28CDFC;
}
.AnyTagClassName
{
color: #28CDFC;
}
</style>
background-color css
<style>
a { background-color: #28CDFC; }
a { background-color: rgb(40,205,252); }
div.DivClassName
{
background-color: #28CDFC;
}
.BgClassName
{
background-color: #28CDFC;
}
</style>
border-color css
<style>
span { border-color: #28CDFC; }
span { border-color: rgb(40,205,252); }
td.TdClassName
{
border-color: #28CDFC;
}
.TagClassName
{
border-color: #28CDFC;
}
</style>