Shades of Deep Sky Blue #2BDBFE
Tints of Deep Sky Blue #2BDBFE
RGB
CMYK
RGB Variations
Color information
#2BDBFE (or 0x2BDBFE) is known color: Deep Sky Blue. HEX triplet: 2B, DB and FE. RGB value is (43,219,254). Sum of RGB (Red+Green+Blue) = 43+219+254=516 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.33% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDBFE is #D42401. Grayscale: #AAAAAA. Windows color (decimal): -13902850 or 16702251. OLE color: 16702251.
HSL color Cylindrical-coordinate representation of color #2BDBFE: hue angle of 189.95º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BDBFE is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 219 | 254 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.00 |
| HSL | 189.95º | 0.99% | 0.58% | - |
| HSV(B) | 189.95º | 0.83% | 1% | - |
| XYZ | 44.22 | 58.33 | 102.69 | - |
| YUV | 170.37 | 175.19 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 254 | 0.83 | 0.14 | 0 | 0.00 | 189.95 | 0.99 | 0.58 |
| Hex | 2B | DB | FE | 53 | E | 0 | 0 | BE | 63 | 3A |
| Octal | 53 | 333 | 376 | 123 | 16 | 0 | 0 | 276 | 143 | 72 |
| Binary | 101011 | 11011011 | 11111110 | 1010011 | 1110 | 0 | 0 | 10111110 | 1100011 | 111010 |
Color Harmonies of #2BDBFE
Complementary color
Monochromatic Colors of #2BDBFE
Black with #2BDBFE
Text Example
Text Example
White with #2BDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBFE; }
p { color: rgb(43,219,254); }
H1.HeaderClassName
{
color: #2BDBFE;
}
.AnyTagClassName
{
color: #2BDBFE;
}
</style>
background-color css
<style>
a { background-color: #2BDBFE; }
a { background-color: rgb(43,219,254); }
div.DivClassName
{
background-color: #2BDBFE;
}
.BgClassName
{
background-color: #2BDBFE;
}
</style>
border-color css
<style>
span { border-color: #2BDBFE; }
span { border-color: rgb(43,219,254); }
td.TdClassName
{
border-color: #2BDBFE;
}
.TagClassName
{
border-color: #2BDBFE;
}
</style>