Shades of Deep Sky Blue #28C4FF
Tints of Deep Sky Blue #28C4FF
RGB
CMYK
RGB Variations
Color information
#28C4FF (or 0x28C4FF) is known color: Deep Sky Blue. HEX triplet: 28, C4 and FF. RGB value is (40,196,255). Sum of RGB (Red+Green+Blue) = 40+196+255=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #28C4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C4FF is #D73B00. Grayscale: #9B9B9B. Windows color (decimal): -14105345 or 16761896. OLE color: 16761896.
HSL color Cylindrical-coordinate representation of color #28C4FF: hue angle of 196.47º 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 #28C4FF is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 196 | 255 | - |
| CMYK | 0.84 | 0.23 | 0 | 0 |
| HSL | 196.47º | 1% | 0.58% | - |
| HSV(B) | 196.47º | 0.84% | 1% | - |
| XYZ | 38.67 | 47.15 | 101.67 | - |
| YUV | 156.08 | 183.82 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 255 | 0.84 | 0.23 | 0 | 0 | 196.47 | 1 | 0.58 |
| Hex | 28 | C4 | FF | 54 | 17 | 0 | 0 | C4 | 64 | 3A |
| Octal | 50 | 304 | 377 | 124 | 27 | 0 | 0 | 304 | 144 | 72 |
| Binary | 101000 | 11000100 | 11111111 | 1010100 | 10111 | 0 | 0 | 11000100 | 1100100 | 111010 |
Color Harmonies of #28C4FF
Complementary color
Monochromatic Colors of #28C4FF
Black with #28C4FF
Text Example
Text Example
White with #28C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C4FF; }
p { color: rgb(40,196,255); }
H1.HeaderClassName
{
color: #28C4FF;
}
.AnyTagClassName
{
color: #28C4FF;
}
</style>
background-color css
<style>
a { background-color: #28C4FF; }
a { background-color: rgb(40,196,255); }
div.DivClassName
{
background-color: #28C4FF;
}
.BgClassName
{
background-color: #28C4FF;
}
</style>
border-color css
<style>
span { border-color: #28C4FF; }
span { border-color: rgb(40,196,255); }
td.TdClassName
{
border-color: #28C4FF;
}
.TagClassName
{
border-color: #28C4FF;
}
</style>