Shades of Deep Sky Blue #28CFF8
Tints of Deep Sky Blue #28CFF8
RGB
CMYK
RGB Variations
Color information
#28CFF8 (or 0x28CFF8) is known color: Deep Sky Blue. HEX triplet: 28, CF and F8. RGB value is (40,207,248). Sum of RGB (Red+Green+Blue) = 40+207+248=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #28CFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFF8 is #D73007. Grayscale: #A1A1A1. Windows color (decimal): -14102536 or 16305960. OLE color: 16305960.
HSL color Cylindrical-coordinate representation of color #28CFF8: hue angle of 191.83º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CFF8 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 207 | 248 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.03 |
| HSL | 191.83º | 0.94% | 0.56% | - |
| HSV(B) | 191.83º | 0.84% | 0.97% | - |
| XYZ | 40.13 | 51.85 | 96.7 | - |
| YUV | 161.74 | 176.67 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 248 | 0.84 | 0.17 | 0 | 0.03 | 191.83 | 0.94 | 0.56 |
| Hex | 28 | CF | F8 | 54 | 11 | 0 | 3 | C0 | 5E | 38 |
| Octal | 50 | 317 | 370 | 124 | 21 | 0 | 3 | 300 | 136 | 70 |
| Binary | 101000 | 11001111 | 11111000 | 1010100 | 10001 | 0 | 11 | 11000000 | 1011110 | 111000 |
Color Harmonies of #28CFF8
Complementary color
Monochromatic Colors of #28CFF8
Black with #28CFF8
Text Example
Text Example
White with #28CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFF8; }
p { color: rgb(40,207,248); }
H1.HeaderClassName
{
color: #28CFF8;
}
.AnyTagClassName
{
color: #28CFF8;
}
</style>
background-color css
<style>
a { background-color: #28CFF8; }
a { background-color: rgb(40,207,248); }
div.DivClassName
{
background-color: #28CFF8;
}
.BgClassName
{
background-color: #28CFF8;
}
</style>
border-color css
<style>
span { border-color: #28CFF8; }
span { border-color: rgb(40,207,248); }
td.TdClassName
{
border-color: #28CFF8;
}
.TagClassName
{
border-color: #28CFF8;
}
</style>