Shades of Deep Sky Blue #2BDAFE
Tints of Deep Sky Blue #2BDAFE
RGB
CMYK
RGB Variations
Color information
#2BDAFE (or 0x2BDAFE) is known color: Deep Sky Blue. HEX triplet: 2B, DA and FE. RGB value is (43,218,254). Sum of RGB (Red+Green+Blue) = 43+218+254=515 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.35% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDAFE is #D42501. Grayscale: #A9A9A9. Windows color (decimal): -13903106 or 16701995. OLE color: 16701995.
HSL color Cylindrical-coordinate representation of color #2BDAFE: hue angle of 190.24º 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 #2BDAFE is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 218 | 254 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.00 |
| HSL | 190.24º | 0.99% | 0.58% | - |
| HSV(B) | 190.24º | 0.83% | 1% | - |
| XYZ | 43.96 | 57.81 | 102.61 | - |
| YUV | 169.78 | 175.52 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 254 | 0.83 | 0.14 | 0 | 0.00 | 190.24 | 0.99 | 0.58 |
| Hex | 2B | DA | FE | 53 | E | 0 | 0 | BE | 63 | 3A |
| Octal | 53 | 332 | 376 | 123 | 16 | 0 | 0 | 276 | 143 | 72 |
| Binary | 101011 | 11011010 | 11111110 | 1010011 | 1110 | 0 | 0 | 10111110 | 1100011 | 111010 |
Color Harmonies of #2BDAFE
Complementary color
Monochromatic Colors of #2BDAFE
Black with #2BDAFE
Text Example
Text Example
White with #2BDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDAFE; }
p { color: rgb(43,218,254); }
H1.HeaderClassName
{
color: #2BDAFE;
}
.AnyTagClassName
{
color: #2BDAFE;
}
</style>
background-color css
<style>
a { background-color: #2BDAFE; }
a { background-color: rgb(43,218,254); }
div.DivClassName
{
background-color: #2BDAFE;
}
.BgClassName
{
background-color: #2BDAFE;
}
</style>
border-color css
<style>
span { border-color: #2BDAFE; }
span { border-color: rgb(43,218,254); }
td.TdClassName
{
border-color: #2BDAFE;
}
.TagClassName
{
border-color: #2BDAFE;
}
</style>