Shades of Deep Sky Blue #2CDAFD
Tints of Deep Sky Blue #2CDAFD
RGB
CMYK
RGB Variations
Color information
#2CDAFD (or 0x2CDAFD) is known color: Deep Sky Blue. HEX triplet: 2C, DA and FD. RGB value is (44,218,253). Sum of RGB (Red+Green+Blue) = 44+218+253=515 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.54% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #2CDAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDAFD is #D32502. Grayscale: #A9A9A9. Windows color (decimal): -13837571 or 16636460. OLE color: 16636460.
HSL color Cylindrical-coordinate representation of color #2CDAFD: hue angle of 190.05º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CDAFD is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 218 | 253 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.01 |
| HSL | 190.05º | 0.98% | 0.58% | - |
| HSV(B) | 190.05º | 0.83% | 0.99% | - |
| XYZ | 43.84 | 57.77 | 101.77 | - |
| YUV | 169.96 | 174.85 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 253 | 0.83 | 0.14 | 0 | 0.01 | 190.05 | 0.98 | 0.58 |
| Hex | 2C | DA | FD | 53 | E | 0 | 1 | BE | 62 | 3A |
| Octal | 54 | 332 | 375 | 123 | 16 | 0 | 1 | 276 | 142 | 72 |
| Binary | 101100 | 11011010 | 11111101 | 1010011 | 1110 | 0 | 1 | 10111110 | 1100010 | 111010 |
Color Harmonies of #2CDAFD
Complementary color
Monochromatic Colors of #2CDAFD
Black with #2CDAFD
Text Example
Text Example
White with #2CDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDAFD; }
p { color: rgb(44,218,253); }
H1.HeaderClassName
{
color: #2CDAFD;
}
.AnyTagClassName
{
color: #2CDAFD;
}
</style>
background-color css
<style>
a { background-color: #2CDAFD; }
a { background-color: rgb(44,218,253); }
div.DivClassName
{
background-color: #2CDAFD;
}
.BgClassName
{
background-color: #2CDAFD;
}
</style>
border-color css
<style>
span { border-color: #2CDAFD; }
span { border-color: rgb(44,218,253); }
td.TdClassName
{
border-color: #2CDAFD;
}
.TagClassName
{
border-color: #2CDAFD;
}
</style>