Shades of Deep Sky Blue #28CFFF
Tints of Deep Sky Blue #28CFFF
RGB
CMYK
RGB Variations
Color information
#28CFFF (or 0x28CFFF) is known color: Deep Sky Blue. HEX triplet: 28, CF and FF. RGB value is (40,207,255). Sum of RGB (Red+Green+Blue) = 40+207+255=502 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.97% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #28CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFFF is #D73000. Grayscale: #A2A2A2. Windows color (decimal): -14102529 or 16764712. OLE color: 16764712.
HSL color Cylindrical-coordinate representation of color #28CFFF: hue angle of 193.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CFFF is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 207 | 255 | - |
| CMYK | 0.84 | 0.19 | 0 | 0 |
| HSL | 193.4º | 1% | 0.58% | - |
| HSV(B) | 193.4º | 0.84% | 1% | - |
| XYZ | 41.24 | 52.3 | 102.53 | - |
| YUV | 162.54 | 180.17 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 255 | 0.84 | 0.19 | 0 | 0 | 193.4 | 1 | 0.58 |
| Hex | 28 | CF | FF | 54 | 13 | 0 | 0 | C1 | 64 | 3A |
| Octal | 50 | 317 | 377 | 124 | 23 | 0 | 0 | 301 | 144 | 72 |
| Binary | 101000 | 11001111 | 11111111 | 1010100 | 10011 | 0 | 0 | 11000001 | 1100100 | 111010 |
Color Harmonies of #28CFFF
Complementary color
Monochromatic Colors of #28CFFF
Black with #28CFFF
Text Example
Text Example
White with #28CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFFF; }
p { color: rgb(40,207,255); }
H1.HeaderClassName
{
color: #28CFFF;
}
.AnyTagClassName
{
color: #28CFFF;
}
</style>
background-color css
<style>
a { background-color: #28CFFF; }
a { background-color: rgb(40,207,255); }
div.DivClassName
{
background-color: #28CFFF;
}
.BgClassName
{
background-color: #28CFFF;
}
</style>
border-color css
<style>
span { border-color: #28CFFF; }
span { border-color: rgb(40,207,255); }
td.TdClassName
{
border-color: #28CFFF;
}
.TagClassName
{
border-color: #28CFFF;
}
</style>