Shades of Deep Sky Blue #28CEFE
Tints of Deep Sky Blue #28CEFE
RGB
CMYK
RGB Variations
Color information
#28CEFE (or 0x28CEFE) is known color: Deep Sky Blue. HEX triplet: 28, CE and FE. RGB value is (40,206,254). Sum of RGB (Red+Green+Blue) = 40+206+254=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #28CEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CEFE is #D73101. Grayscale: #A1A1A1. Windows color (decimal): -14102786 or 16698920. OLE color: 16698920.
HSL color Cylindrical-coordinate representation of color #28CEFE: hue angle of 193.46º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CEFE is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 206 | 254 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.00 |
| HSL | 193.46º | 0.99% | 0.58% | - |
| HSV(B) | 193.46º | 0.84% | 1% | - |
| XYZ | 40.84 | 51.75 | 101.6 | - |
| YUV | 161.84 | 180 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 254 | 0.84 | 0.19 | 0 | 0.00 | 193.46 | 0.99 | 0.58 |
| Hex | 28 | CE | FE | 54 | 13 | 0 | 0 | C1 | 63 | 3A |
| Octal | 50 | 316 | 376 | 124 | 23 | 0 | 0 | 301 | 143 | 72 |
| Binary | 101000 | 11001110 | 11111110 | 1010100 | 10011 | 0 | 0 | 11000001 | 1100011 | 111010 |
Color Harmonies of #28CEFE
Complementary color
Monochromatic Colors of #28CEFE
Black with #28CEFE
Text Example
Text Example
White with #28CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEFE; }
p { color: rgb(40,206,254); }
H1.HeaderClassName
{
color: #28CEFE;
}
.AnyTagClassName
{
color: #28CEFE;
}
</style>
background-color css
<style>
a { background-color: #28CEFE; }
a { background-color: rgb(40,206,254); }
div.DivClassName
{
background-color: #28CEFE;
}
.BgClassName
{
background-color: #28CEFE;
}
</style>
border-color css
<style>
span { border-color: #28CEFE; }
span { border-color: rgb(40,206,254); }
td.TdClassName
{
border-color: #28CEFE;
}
.TagClassName
{
border-color: #28CEFE;
}
</style>