Shades of Deep Sky Blue #28CEFF
Tints of Deep Sky Blue #28CEFF
RGB
CMYK
RGB Variations
Color information
#28CEFF (or 0x28CEFF) is known color: Deep Sky Blue. HEX triplet: 28, CE and FF. RGB value is (40,206,255). Sum of RGB (Red+Green+Blue) = 40+206+255=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #28CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CEFF is #D73100. Grayscale: #A1A1A1. Windows color (decimal): -14102785 or 16764456. OLE color: 16764456.
HSL color Cylindrical-coordinate representation of color #28CEFF: hue angle of 193.67º 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 #28CEFF is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 206 | 255 | - |
| CMYK | 0.84 | 0.19 | 0 | 0 |
| HSL | 193.67º | 1% | 0.58% | - |
| HSV(B) | 193.67º | 0.84% | 1% | - |
| XYZ | 41 | 51.81 | 102.45 | - |
| YUV | 161.95 | 180.5 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 255 | 0.84 | 0.19 | 0 | 0 | 193.67 | 1 | 0.58 |
| Hex | 28 | CE | FF | 54 | 13 | 0 | 0 | C2 | 64 | 3A |
| Octal | 50 | 316 | 377 | 124 | 23 | 0 | 0 | 302 | 144 | 72 |
| Binary | 101000 | 11001110 | 11111111 | 1010100 | 10011 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #28CEFF
Complementary color
Monochromatic Colors of #28CEFF
Black with #28CEFF
Text Example
Text Example
White with #28CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEFF; }
p { color: rgb(40,206,255); }
H1.HeaderClassName
{
color: #28CEFF;
}
.AnyTagClassName
{
color: #28CEFF;
}
</style>
background-color css
<style>
a { background-color: #28CEFF; }
a { background-color: rgb(40,206,255); }
div.DivClassName
{
background-color: #28CEFF;
}
.BgClassName
{
background-color: #28CEFF;
}
</style>
border-color css
<style>
span { border-color: #28CEFF; }
span { border-color: rgb(40,206,255); }
td.TdClassName
{
border-color: #28CEFF;
}
.TagClassName
{
border-color: #28CEFF;
}
</style>