Shades of Deep Sky Blue #28D2FF
Tints of Deep Sky Blue #28D2FF
RGB
CMYK
RGB Variations
Color information
#28D2FF (or 0x28D2FF) is known color: Deep Sky Blue. HEX triplet: 28, D2 and FF. RGB value is (40,210,255). Sum of RGB (Red+Green+Blue) = 40+210+255=505 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.92% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #28D2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D2FF is #D72D00. Grayscale: #A3A3A3. Windows color (decimal): -14101761 or 16765480. OLE color: 16765480.
HSL color Cylindrical-coordinate representation of color #28D2FF: hue angle of 192.56º 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 #28D2FF is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 210 | 255 | - |
| CMYK | 0.84 | 0.18 | 0 | 0 |
| HSL | 192.56º | 1% | 0.58% | - |
| HSV(B) | 192.56º | 0.84% | 1% | - |
| XYZ | 41.97 | 53.76 | 102.77 | - |
| YUV | 164.3 | 179.18 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 255 | 0.84 | 0.18 | 0 | 0 | 192.56 | 1 | 0.58 |
| Hex | 28 | D2 | FF | 54 | 12 | 0 | 0 | C1 | 64 | 3A |
| Octal | 50 | 322 | 377 | 124 | 22 | 0 | 0 | 301 | 144 | 72 |
| Binary | 101000 | 11010010 | 11111111 | 1010100 | 10010 | 0 | 0 | 11000001 | 1100100 | 111010 |
Color Harmonies of #28D2FF
Complementary color
Monochromatic Colors of #28D2FF
Black with #28D2FF
Text Example
Text Example
White with #28D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D2FF; }
p { color: rgb(40,210,255); }
H1.HeaderClassName
{
color: #28D2FF;
}
.AnyTagClassName
{
color: #28D2FF;
}
</style>
background-color css
<style>
a { background-color: #28D2FF; }
a { background-color: rgb(40,210,255); }
div.DivClassName
{
background-color: #28D2FF;
}
.BgClassName
{
background-color: #28D2FF;
}
</style>
border-color css
<style>
span { border-color: #28D2FF; }
span { border-color: rgb(40,210,255); }
td.TdClassName
{
border-color: #28D2FF;
}
.TagClassName
{
border-color: #28D2FF;
}
</style>