Shades of Deep Sky Blue #28CDFE
Tints of Deep Sky Blue #28CDFE
RGB
CMYK
RGB Variations
Color information
#28CDFE (or 0x28CDFE) is known color: Deep Sky Blue. HEX triplet: 28, CD and FE. RGB value is (40,205,254). Sum of RGB (Red+Green+Blue) = 40+205+254=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #28CDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CDFE is #D73201. Grayscale: #A0A0A0. Windows color (decimal): -14103042 or 16698664. OLE color: 16698664.
HSL color Cylindrical-coordinate representation of color #28CDFE: hue angle of 193.74º 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 #28CDFE is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 205 | 254 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.00 |
| HSL | 193.74º | 0.99% | 0.58% | - |
| HSV(B) | 193.74º | 0.84% | 1% | - |
| XYZ | 40.6 | 51.27 | 101.52 | - |
| YUV | 161.25 | 180.34 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 254 | 0.84 | 0.19 | 0 | 0.00 | 193.74 | 0.99 | 0.58 |
| Hex | 28 | CD | FE | 54 | 13 | 0 | 0 | C2 | 63 | 3A |
| Octal | 50 | 315 | 376 | 124 | 23 | 0 | 0 | 302 | 143 | 72 |
| Binary | 101000 | 11001101 | 11111110 | 1010100 | 10011 | 0 | 0 | 11000010 | 1100011 | 111010 |
Color Harmonies of #28CDFE
Complementary color
Monochromatic Colors of #28CDFE
Black with #28CDFE
Text Example
Text Example
White with #28CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDFE; }
p { color: rgb(40,205,254); }
H1.HeaderClassName
{
color: #28CDFE;
}
.AnyTagClassName
{
color: #28CDFE;
}
</style>
background-color css
<style>
a { background-color: #28CDFE; }
a { background-color: rgb(40,205,254); }
div.DivClassName
{
background-color: #28CDFE;
}
.BgClassName
{
background-color: #28CDFE;
}
</style>
border-color css
<style>
span { border-color: #28CDFE; }
span { border-color: rgb(40,205,254); }
td.TdClassName
{
border-color: #28CDFE;
}
.TagClassName
{
border-color: #28CDFE;
}
</style>