Shades of Deep Sky Blue #2BCFFE
Tints of Deep Sky Blue #2BCFFE
RGB
CMYK
RGB Variations
Color information
#2BCFFE (or 0x2BCFFE) is known color: Deep Sky Blue. HEX triplet: 2B, CF and FE. RGB value is (43,207,254). Sum of RGB (Red+Green+Blue) = 43+207+254=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #2BCFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCFFE is #D43001. Grayscale: #A2A2A2. Windows color (decimal): -13905922 or 16699179. OLE color: 16699179.
HSL color Cylindrical-coordinate representation of color #2BCFFE: hue angle of 193.36º 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 #2BCFFE is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 207 | 254 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.00 |
| HSL | 193.36º | 0.99% | 0.58% | - |
| HSV(B) | 193.36º | 0.83% | 1% | - |
| XYZ | 41.2 | 52.3 | 101.69 | - |
| YUV | 163.32 | 179.17 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 254 | 0.83 | 0.19 | 0 | 0.00 | 193.36 | 0.99 | 0.58 |
| Hex | 2B | CF | FE | 53 | 13 | 0 | 0 | C1 | 63 | 3A |
| Octal | 53 | 317 | 376 | 123 | 23 | 0 | 0 | 301 | 143 | 72 |
| Binary | 101011 | 11001111 | 11111110 | 1010011 | 10011 | 0 | 0 | 11000001 | 1100011 | 111010 |
Color Harmonies of #2BCFFE
Complementary color
Monochromatic Colors of #2BCFFE
Black with #2BCFFE
Text Example
Text Example
White with #2BCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFFE; }
p { color: rgb(43,207,254); }
H1.HeaderClassName
{
color: #2BCFFE;
}
.AnyTagClassName
{
color: #2BCFFE;
}
</style>
background-color css
<style>
a { background-color: #2BCFFE; }
a { background-color: rgb(43,207,254); }
div.DivClassName
{
background-color: #2BCFFE;
}
.BgClassName
{
background-color: #2BCFFE;
}
</style>
border-color css
<style>
span { border-color: #2BCFFE; }
span { border-color: rgb(43,207,254); }
td.TdClassName
{
border-color: #2BCFFE;
}
.TagClassName
{
border-color: #2BCFFE;
}
</style>