Shades of Deep Sky Blue #2BDBFF
Tints of Deep Sky Blue #2BDBFF
RGB
CMYK
RGB Variations
Color information
#2BDBFF (or 0x2BDBFF) is known color: Deep Sky Blue. HEX triplet: 2B, DB and FF. RGB value is (43,219,255). Sum of RGB (Red+Green+Blue) = 43+219+255=517 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.32% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BDBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDBFF is #D42400. Grayscale: #AAAAAA. Windows color (decimal): -13902849 or 16767787. OLE color: 16767787.
HSL color Cylindrical-coordinate representation of color #2BDBFF: hue angle of 190.19º 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 #2BDBFF is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 219 | 255 | - |
| CMYK | 0.83 | 0.14 | 0 | 0 |
| HSL | 190.19º | 1% | 0.58% | - |
| HSV(B) | 190.19º | 0.83% | 1% | - |
| XYZ | 44.38 | 58.4 | 103.54 | - |
| YUV | 170.48 | 175.69 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 255 | 0.83 | 0.14 | 0 | 0 | 190.19 | 1 | 0.58 |
| Hex | 2B | DB | FF | 53 | E | 0 | 0 | BE | 64 | 3A |
| Octal | 53 | 333 | 377 | 123 | 16 | 0 | 0 | 276 | 144 | 72 |
| Binary | 101011 | 11011011 | 11111111 | 1010011 | 1110 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #2BDBFF
Complementary color
Monochromatic Colors of #2BDBFF
Black with #2BDBFF
Text Example
Text Example
White with #2BDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBFF; }
p { color: rgb(43,219,255); }
H1.HeaderClassName
{
color: #2BDBFF;
}
.AnyTagClassName
{
color: #2BDBFF;
}
</style>
background-color css
<style>
a { background-color: #2BDBFF; }
a { background-color: rgb(43,219,255); }
div.DivClassName
{
background-color: #2BDBFF;
}
.BgClassName
{
background-color: #2BDBFF;
}
</style>
border-color css
<style>
span { border-color: #2BDBFF; }
span { border-color: rgb(43,219,255); }
td.TdClassName
{
border-color: #2BDBFF;
}
.TagClassName
{
border-color: #2BDBFF;
}
</style>