Shades of Deep Sky Blue #28CFFC
Tints of Deep Sky Blue #28CFFC
RGB
CMYK
RGB Variations
Color information
#28CFFC (or 0x28CFFC) is known color: Deep Sky Blue. HEX triplet: 28, CF and FC. RGB value is (40,207,252). Sum of RGB (Red+Green+Blue) = 40+207+252=499 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8.02% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #28CFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CFFC is #D73003. Grayscale: #A1A1A1. Windows color (decimal): -14102532 or 16568104. OLE color: 16568104.
HSL color Cylindrical-coordinate representation of color #28CFFC: hue angle of 192.74º 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 #28CFFC is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 207 | 252 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.01 |
| HSL | 192.74º | 0.97% | 0.57% | - |
| HSV(B) | 192.74º | 0.84% | 0.99% | - |
| XYZ | 40.76 | 52.11 | 100 | - |
| YUV | 162.2 | 178.67 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 252 | 0.84 | 0.18 | 0 | 0.01 | 192.74 | 0.97 | 0.57 |
| Hex | 28 | CF | FC | 54 | 12 | 0 | 1 | C1 | 61 | 39 |
| Octal | 50 | 317 | 374 | 124 | 22 | 0 | 1 | 301 | 141 | 71 |
| Binary | 101000 | 11001111 | 11111100 | 1010100 | 10010 | 0 | 1 | 11000001 | 1100001 | 111001 |
Color Harmonies of #28CFFC
Complementary color
Monochromatic Colors of #28CFFC
Black with #28CFFC
Text Example
Text Example
White with #28CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFFC; }
p { color: rgb(40,207,252); }
H1.HeaderClassName
{
color: #28CFFC;
}
.AnyTagClassName
{
color: #28CFFC;
}
</style>
background-color css
<style>
a { background-color: #28CFFC; }
a { background-color: rgb(40,207,252); }
div.DivClassName
{
background-color: #28CFFC;
}
.BgClassName
{
background-color: #28CFFC;
}
</style>
border-color css
<style>
span { border-color: #28CFFC; }
span { border-color: rgb(40,207,252); }
td.TdClassName
{
border-color: #28CFFC;
}
.TagClassName
{
border-color: #28CFFC;
}
</style>