Shades of Deep Sky Blue #28CFFE
Tints of Deep Sky Blue #28CFFE
RGB
CMYK
RGB Variations
Color information
#28CFFE (or 0x28CFFE) is known color: Deep Sky Blue. HEX triplet: 28, CF and FE. RGB value is (40,207,254). Sum of RGB (Red+Green+Blue) = 40+207+254=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #28CFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFFE is #D73001. Grayscale: #A2A2A2. Windows color (decimal): -14102530 or 16699176. OLE color: 16699176.
HSL color Cylindrical-coordinate representation of color #28CFFE: hue angle of 193.18º 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 #28CFFE is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 207 | 254 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.00 |
| HSL | 193.18º | 0.99% | 0.58% | - |
| HSV(B) | 193.18º | 0.84% | 1% | - |
| XYZ | 41.08 | 52.23 | 101.68 | - |
| YUV | 162.43 | 179.67 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 254 | 0.84 | 0.19 | 0 | 0.00 | 193.18 | 0.99 | 0.58 |
| Hex | 28 | CF | FE | 54 | 13 | 0 | 0 | C1 | 63 | 3A |
| Octal | 50 | 317 | 376 | 124 | 23 | 0 | 0 | 301 | 143 | 72 |
| Binary | 101000 | 11001111 | 11111110 | 1010100 | 10011 | 0 | 0 | 11000001 | 1100011 | 111010 |
Color Harmonies of #28CFFE
Complementary color
Monochromatic Colors of #28CFFE
Black with #28CFFE
Text Example
Text Example
White with #28CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFFE; }
p { color: rgb(40,207,254); }
H1.HeaderClassName
{
color: #28CFFE;
}
.AnyTagClassName
{
color: #28CFFE;
}
</style>
background-color css
<style>
a { background-color: #28CFFE; }
a { background-color: rgb(40,207,254); }
div.DivClassName
{
background-color: #28CFFE;
}
.BgClassName
{
background-color: #28CFFE;
}
</style>
border-color css
<style>
span { border-color: #28CFFE; }
span { border-color: rgb(40,207,254); }
td.TdClassName
{
border-color: #28CFFE;
}
.TagClassName
{
border-color: #28CFFE;
}
</style>