Shades of Deep Sky Blue #28CDFB
Tints of Deep Sky Blue #28CDFB
RGB
CMYK
RGB Variations
Color information
#28CDFB (or 0x28CDFB) is known color: Deep Sky Blue. HEX triplet: 28, CD and FB. RGB value is (40,205,251). Sum of RGB (Red+Green+Blue) = 40+205+251=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #28CDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28CDFB is #D73204. Grayscale: #A0A0A0. Windows color (decimal): -14103045 or 16502056. OLE color: 16502056.
HSL color Cylindrical-coordinate representation of color #28CDFB: hue angle of 193.08º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28CDFB is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 205 | 251 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.02 |
| HSL | 193.08º | 0.96% | 0.57% | - |
| HSV(B) | 193.08º | 0.84% | 0.98% | - |
| XYZ | 40.12 | 51.08 | 99.01 | - |
| YUV | 160.91 | 178.84 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 251 | 0.84 | 0.18 | 0 | 0.02 | 193.08 | 0.96 | 0.57 |
| Hex | 28 | CD | FB | 54 | 12 | 0 | 2 | C1 | 60 | 39 |
| Octal | 50 | 315 | 373 | 124 | 22 | 0 | 2 | 301 | 140 | 71 |
| Binary | 101000 | 11001101 | 11111011 | 1010100 | 10010 | 0 | 10 | 11000001 | 1100000 | 111001 |
Color Harmonies of #28CDFB
Complementary color
Monochromatic Colors of #28CDFB
Black with #28CDFB
Text Example
Text Example
White with #28CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDFB; }
p { color: rgb(40,205,251); }
H1.HeaderClassName
{
color: #28CDFB;
}
.AnyTagClassName
{
color: #28CDFB;
}
</style>
background-color css
<style>
a { background-color: #28CDFB; }
a { background-color: rgb(40,205,251); }
div.DivClassName
{
background-color: #28CDFB;
}
.BgClassName
{
background-color: #28CDFB;
}
</style>
border-color css
<style>
span { border-color: #28CDFB; }
span { border-color: rgb(40,205,251); }
td.TdClassName
{
border-color: #28CDFB;
}
.TagClassName
{
border-color: #28CDFB;
}
</style>