Shades of Deep Sky Blue #28C8FF
Tints of Deep Sky Blue #28C8FF
RGB
CMYK
RGB Variations
Color information
#28C8FF (or 0x28C8FF) is known color: Deep Sky Blue. HEX triplet: 28, C8 and FF. RGB value is (40,200,255). Sum of RGB (Red+Green+Blue) = 40+200+255=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #28C8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28C8FF is #D73700. Grayscale: #9E9E9E. Windows color (decimal): -14104321 or 16762920. OLE color: 16762920.
HSL color Cylindrical-coordinate representation of color #28C8FF: hue angle of 195.35º 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 #28C8FF is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 200 | 255 | - |
| CMYK | 0.84 | 0.22 | 0 | 0 |
| HSL | 195.35º | 1% | 0.58% | - |
| HSV(B) | 195.35º | 0.84% | 1% | - |
| XYZ | 39.58 | 48.98 | 101.98 | - |
| YUV | 158.43 | 182.49 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 255 | 0.84 | 0.22 | 0 | 0 | 195.35 | 1 | 0.58 |
| Hex | 28 | C8 | FF | 54 | 16 | 0 | 0 | C3 | 64 | 3A |
| Octal | 50 | 310 | 377 | 124 | 26 | 0 | 0 | 303 | 144 | 72 |
| Binary | 101000 | 11001000 | 11111111 | 1010100 | 10110 | 0 | 0 | 11000011 | 1100100 | 111010 |
Color Harmonies of #28C8FF
Complementary color
Monochromatic Colors of #28C8FF
Black with #28C8FF
Text Example
Text Example
White with #28C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C8FF; }
p { color: rgb(40,200,255); }
H1.HeaderClassName
{
color: #28C8FF;
}
.AnyTagClassName
{
color: #28C8FF;
}
</style>
background-color css
<style>
a { background-color: #28C8FF; }
a { background-color: rgb(40,200,255); }
div.DivClassName
{
background-color: #28C8FF;
}
.BgClassName
{
background-color: #28C8FF;
}
</style>
border-color css
<style>
span { border-color: #28C8FF; }
span { border-color: rgb(40,200,255); }
td.TdClassName
{
border-color: #28C8FF;
}
.TagClassName
{
border-color: #28C8FF;
}
</style>