Shades of Deep Sky Blue #2BDCFF
Tints of Deep Sky Blue #2BDCFF
RGB
CMYK
RGB Variations
Color information
#2BDCFF (or 0x2BDCFF) is known color: Deep Sky Blue. HEX triplet: 2B, DC and FF. RGB value is (43,220,255). Sum of RGB (Red+Green+Blue) = 43+220+255=518 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.30% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDCFF is #D42300. Grayscale: #AAAAAA. Windows color (decimal): -13902593 or 16768043. OLE color: 16768043.
HSL color Cylindrical-coordinate representation of color #2BDCFF: hue angle of 189.91º 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 #2BDCFF is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 220 | 255 | - |
| CMYK | 0.83 | 0.14 | 0 | 0 |
| HSL | 189.91º | 1% | 0.58% | - |
| HSV(B) | 189.91º | 0.83% | 1% | - |
| XYZ | 44.64 | 58.92 | 103.63 | - |
| YUV | 171.07 | 175.36 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 255 | 0.83 | 0.14 | 0 | 0 | 189.91 | 1 | 0.58 |
| Hex | 2B | DC | FF | 53 | E | 0 | 0 | BE | 64 | 3A |
| Octal | 53 | 334 | 377 | 123 | 16 | 0 | 0 | 276 | 144 | 72 |
| Binary | 101011 | 11011100 | 11111111 | 1010011 | 1110 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #2BDCFF
Complementary color
Monochromatic Colors of #2BDCFF
Black with #2BDCFF
Text Example
Text Example
White with #2BDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCFF; }
p { color: rgb(43,220,255); }
H1.HeaderClassName
{
color: #2BDCFF;
}
.AnyTagClassName
{
color: #2BDCFF;
}
</style>
background-color css
<style>
a { background-color: #2BDCFF; }
a { background-color: rgb(43,220,255); }
div.DivClassName
{
background-color: #2BDCFF;
}
.BgClassName
{
background-color: #2BDCFF;
}
</style>
border-color css
<style>
span { border-color: #2BDCFF; }
span { border-color: rgb(43,220,255); }
td.TdClassName
{
border-color: #2BDCFF;
}
.TagClassName
{
border-color: #2BDCFF;
}
</style>