Shades of Deep Sky Blue #28CCFC
Tints of Deep Sky Blue #28CCFC
RGB
CMYK
RGB Variations
Color information
#28CCFC (or 0x28CCFC) is known color: Deep Sky Blue. HEX triplet: 28, CC and FC. RGB value is (40,204,252). Sum of RGB (Red+Green+Blue) = 40+204+252=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #28CCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CCFC is #D73303. Grayscale: #A0A0A0. Windows color (decimal): -14103300 or 16567336. OLE color: 16567336.
HSL color Cylindrical-coordinate representation of color #28CCFC: hue angle of 193.58º 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 #28CCFC is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 204 | 252 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.01 |
| HSL | 193.58º | 0.97% | 0.57% | - |
| HSV(B) | 193.58º | 0.84% | 0.99% | - |
| XYZ | 40.04 | 50.67 | 99.76 | - |
| YUV | 160.44 | 179.67 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 252 | 0.84 | 0.19 | 0 | 0.01 | 193.58 | 0.97 | 0.57 |
| Hex | 28 | CC | FC | 54 | 13 | 0 | 1 | C2 | 61 | 39 |
| Octal | 50 | 314 | 374 | 124 | 23 | 0 | 1 | 302 | 141 | 71 |
| Binary | 101000 | 11001100 | 11111100 | 1010100 | 10011 | 0 | 1 | 11000010 | 1100001 | 111001 |
Color Harmonies of #28CCFC
Complementary color
Monochromatic Colors of #28CCFC
Black with #28CCFC
Text Example
Text Example
White with #28CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CCFC; }
p { color: rgb(40,204,252); }
H1.HeaderClassName
{
color: #28CCFC;
}
.AnyTagClassName
{
color: #28CCFC;
}
</style>
background-color css
<style>
a { background-color: #28CCFC; }
a { background-color: rgb(40,204,252); }
div.DivClassName
{
background-color: #28CCFC;
}
.BgClassName
{
background-color: #28CCFC;
}
</style>
border-color css
<style>
span { border-color: #28CCFC; }
span { border-color: rgb(40,204,252); }
td.TdClassName
{
border-color: #28CCFC;
}
.TagClassName
{
border-color: #28CCFC;
}
</style>