Shades of Deep Sky Blue #2BDAFF
Tints of Deep Sky Blue #2BDAFF
RGB
CMYK
RGB Variations
Color information
#2BDAFF (or 0x2BDAFF) is known color: Deep Sky Blue. HEX triplet: 2B, DA and FF. RGB value is (43,218,255). Sum of RGB (Red+Green+Blue) = 43+218+255=516 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.33% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDAFF is #D42500. Grayscale: #A9A9A9. Windows color (decimal): -13903105 or 16767531. OLE color: 16767531.
HSL color Cylindrical-coordinate representation of color #2BDAFF: hue angle of 190.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BDAFF is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 218 | 255 | - |
| CMYK | 0.83 | 0.15 | 0 | 0 |
| HSL | 190.47º | 1% | 0.58% | - |
| HSV(B) | 190.47º | 0.83% | 1% | - |
| XYZ | 44.12 | 57.88 | 103.45 | - |
| YUV | 169.89 | 176.02 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 255 | 0.83 | 0.15 | 0 | 0 | 190.47 | 1 | 0.58 |
| Hex | 2B | DA | FF | 53 | F | 0 | 0 | BE | 64 | 3A |
| Octal | 53 | 332 | 377 | 123 | 17 | 0 | 0 | 276 | 144 | 72 |
| Binary | 101011 | 11011010 | 11111111 | 1010011 | 1111 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #2BDAFF
Complementary color
Monochromatic Colors of #2BDAFF
Black with #2BDAFF
Text Example
Text Example
White with #2BDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDAFF; }
p { color: rgb(43,218,255); }
H1.HeaderClassName
{
color: #2BDAFF;
}
.AnyTagClassName
{
color: #2BDAFF;
}
</style>
background-color css
<style>
a { background-color: #2BDAFF; }
a { background-color: rgb(43,218,255); }
div.DivClassName
{
background-color: #2BDAFF;
}
.BgClassName
{
background-color: #2BDAFF;
}
</style>
border-color css
<style>
span { border-color: #2BDAFF; }
span { border-color: rgb(43,218,255); }
td.TdClassName
{
border-color: #2BDAFF;
}
.TagClassName
{
border-color: #2BDAFF;
}
</style>