Shades of Deep Sky Blue #2BDAFD
Tints of Deep Sky Blue #2BDAFD
RGB
CMYK
RGB Variations
Color information
#2BDAFD (or 0x2BDAFD) is known color: Deep Sky Blue. HEX triplet: 2B, DA and FD. RGB value is (43,218,253). Sum of RGB (Red+Green+Blue) = 43+218+253=514 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.37% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BDAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDAFD is #D42502. Grayscale: #A9A9A9. Windows color (decimal): -13903107 or 16636459. OLE color: 16636459.
HSL color Cylindrical-coordinate representation of color #2BDAFD: hue angle of 190º 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 #2BDAFD is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 218 | 253 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.01 |
| HSL | 190º | 0.98% | 0.58% | - |
| HSV(B) | 190º | 0.83% | 0.99% | - |
| XYZ | 43.8 | 57.75 | 101.77 | - |
| YUV | 169.67 | 175.02 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 253 | 0.83 | 0.14 | 0 | 0.01 | 190 | 0.98 | 0.58 |
| Hex | 2B | DA | FD | 53 | E | 0 | 1 | BE | 62 | 3A |
| Octal | 53 | 332 | 375 | 123 | 16 | 0 | 1 | 276 | 142 | 72 |
| Binary | 101011 | 11011010 | 11111101 | 1010011 | 1110 | 0 | 1 | 10111110 | 1100010 | 111010 |
Color Harmonies of #2BDAFD
Complementary color
Monochromatic Colors of #2BDAFD
Black with #2BDAFD
Text Example
Text Example
White with #2BDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDAFD; }
p { color: rgb(43,218,253); }
H1.HeaderClassName
{
color: #2BDAFD;
}
.AnyTagClassName
{
color: #2BDAFD;
}
</style>
background-color css
<style>
a { background-color: #2BDAFD; }
a { background-color: rgb(43,218,253); }
div.DivClassName
{
background-color: #2BDAFD;
}
.BgClassName
{
background-color: #2BDAFD;
}
</style>
border-color css
<style>
span { border-color: #2BDAFD; }
span { border-color: rgb(43,218,253); }
td.TdClassName
{
border-color: #2BDAFD;
}
.TagClassName
{
border-color: #2BDAFD;
}
</style>