Shades of Deep Sky Blue #2CD8FF
Tints of Deep Sky Blue #2CD8FF
RGB
CMYK
RGB Variations
Color information
#2CD8FF (or 0x2CD8FF) is known color: Deep Sky Blue. HEX triplet: 2C, D8 and FF. RGB value is (44,216,255). Sum of RGB (Red+Green+Blue) = 44+216+255=515 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.54% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CD8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CD8FF is #D32700. Grayscale: #A8A8A8. Windows color (decimal): -13838081 or 16767020. OLE color: 16767020.
HSL color Cylindrical-coordinate representation of color #2CD8FF: hue angle of 191.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CD8FF is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 216 | 255 | - |
| CMYK | 0.83 | 0.15 | 0 | 0 |
| HSL | 191.09º | 1% | 0.59% | - |
| HSV(B) | 191.09º | 0.83% | 1% | - |
| XYZ | 43.64 | 56.87 | 103.28 | - |
| YUV | 169.02 | 176.52 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 216 | 255 | 0.83 | 0.15 | 0 | 0 | 191.09 | 1 | 0.59 |
| Hex | 2C | D8 | FF | 53 | F | 0 | 0 | BF | 64 | 3B |
| Octal | 54 | 330 | 377 | 123 | 17 | 0 | 0 | 277 | 144 | 73 |
| Binary | 101100 | 11011000 | 11111111 | 1010011 | 1111 | 0 | 0 | 10111111 | 1100100 | 111011 |
Color Harmonies of #2CD8FF
Complementary color
Monochromatic Colors of #2CD8FF
Black with #2CD8FF
Text Example
Text Example
White with #2CD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD8FF; }
p { color: rgb(44,216,255); }
H1.HeaderClassName
{
color: #2CD8FF;
}
.AnyTagClassName
{
color: #2CD8FF;
}
</style>
background-color css
<style>
a { background-color: #2CD8FF; }
a { background-color: rgb(44,216,255); }
div.DivClassName
{
background-color: #2CD8FF;
}
.BgClassName
{
background-color: #2CD8FF;
}
</style>
border-color css
<style>
span { border-color: #2CD8FF; }
span { border-color: rgb(44,216,255); }
td.TdClassName
{
border-color: #2CD8FF;
}
.TagClassName
{
border-color: #2CD8FF;
}
</style>