Shades of Deep Sky Blue #2BCEFF
Tints of Deep Sky Blue #2BCEFF
RGB
CMYK
RGB Variations
Color information
#2BCEFF (or 0x2BCEFF) is known color: Deep Sky Blue. HEX triplet: 2B, CE and FF. RGB value is (43,206,255). Sum of RGB (Red+Green+Blue) = 43+206+255=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BCEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCEFF is #D43100. Grayscale: #A2A2A2. Windows color (decimal): -13906177 or 16764459. OLE color: 16764459.
HSL color Cylindrical-coordinate representation of color #2BCEFF: hue angle of 193.87º 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 #2BCEFF is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 206 | 255 | - |
| CMYK | 0.83 | 0.19 | 0 | 0 |
| HSL | 193.87º | 1% | 0.58% | - |
| HSV(B) | 193.87º | 0.83% | 1% | - |
| XYZ | 41.12 | 51.88 | 102.45 | - |
| YUV | 162.85 | 180 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 255 | 0.83 | 0.19 | 0 | 0 | 193.87 | 1 | 0.58 |
| Hex | 2B | CE | FF | 53 | 13 | 0 | 0 | C2 | 64 | 3A |
| Octal | 53 | 316 | 377 | 123 | 23 | 0 | 0 | 302 | 144 | 72 |
| Binary | 101011 | 11001110 | 11111111 | 1010011 | 10011 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #2BCEFF
Complementary color
Monochromatic Colors of #2BCEFF
Black with #2BCEFF
Text Example
Text Example
White with #2BCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEFF; }
p { color: rgb(43,206,255); }
H1.HeaderClassName
{
color: #2BCEFF;
}
.AnyTagClassName
{
color: #2BCEFF;
}
</style>
background-color css
<style>
a { background-color: #2BCEFF; }
a { background-color: rgb(43,206,255); }
div.DivClassName
{
background-color: #2BCEFF;
}
.BgClassName
{
background-color: #2BCEFF;
}
</style>
border-color css
<style>
span { border-color: #2BCEFF; }
span { border-color: rgb(43,206,255); }
td.TdClassName
{
border-color: #2BCEFF;
}
.TagClassName
{
border-color: #2BCEFF;
}
</style>