Shades of Deep Sky Blue #2BD9FF
Tints of Deep Sky Blue #2BD9FF
RGB
CMYK
RGB Variations
Color information
#2BD9FF (or 0x2BD9FF) is known color: Deep Sky Blue. HEX triplet: 2B, D9 and FF. RGB value is (43,217,255). Sum of RGB (Red+Green+Blue) = 43+217+255=515 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.35% from 515); Green value is 217 (85.16% from 255 or 42.14% 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 #2BD9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BD9FF is #D42600. Grayscale: #A8A8A8. Windows color (decimal): -13903361 or 16767275. OLE color: 16767275.
HSL color Cylindrical-coordinate representation of color #2BD9FF: hue angle of 190.75º 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 #2BD9FF is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 217 | 255 | - |
| CMYK | 0.83 | 0.15 | 0 | 0 |
| HSL | 190.75º | 1% | 0.58% | - |
| HSV(B) | 190.75º | 0.83% | 1% | - |
| XYZ | 43.86 | 57.36 | 103.37 | - |
| YUV | 169.31 | 176.35 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 255 | 0.83 | 0.15 | 0 | 0 | 190.75 | 1 | 0.58 |
| Hex | 2B | D9 | FF | 53 | F | 0 | 0 | BF | 64 | 3A |
| Octal | 53 | 331 | 377 | 123 | 17 | 0 | 0 | 277 | 144 | 72 |
| Binary | 101011 | 11011001 | 11111111 | 1010011 | 1111 | 0 | 0 | 10111111 | 1100100 | 111010 |
Color Harmonies of #2BD9FF
Complementary color
Monochromatic Colors of #2BD9FF
Black with #2BD9FF
Text Example
Text Example
White with #2BD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD9FF; }
p { color: rgb(43,217,255); }
H1.HeaderClassName
{
color: #2BD9FF;
}
.AnyTagClassName
{
color: #2BD9FF;
}
</style>
background-color css
<style>
a { background-color: #2BD9FF; }
a { background-color: rgb(43,217,255); }
div.DivClassName
{
background-color: #2BD9FF;
}
.BgClassName
{
background-color: #2BD9FF;
}
</style>
border-color css
<style>
span { border-color: #2BD9FF; }
span { border-color: rgb(43,217,255); }
td.TdClassName
{
border-color: #2BD9FF;
}
.TagClassName
{
border-color: #2BD9FF;
}
</style>