Shades of Deep Sky Blue #2BCFFF
Tints of Deep Sky Blue #2BCFFF
RGB
CMYK
RGB Variations
Color information
#2BCFFF (or 0x2BCFFF) is known color: Deep Sky Blue. HEX triplet: 2B, CF and FF. RGB value is (43,207,255). Sum of RGB (Red+Green+Blue) = 43+207+255=505 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.51% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BCFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCFFF is #D43000. Grayscale: #A3A3A3. Windows color (decimal): -13905921 or 16764715. OLE color: 16764715.
HSL color Cylindrical-coordinate representation of color #2BCFFF: hue angle of 193.58º 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 #2BCFFF is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 207 | 255 | - |
| CMYK | 0.83 | 0.19 | 0 | 0 |
| HSL | 193.58º | 1% | 0.58% | - |
| HSV(B) | 193.58º | 0.83% | 1% | - |
| XYZ | 41.36 | 52.36 | 102.53 | - |
| YUV | 163.44 | 179.67 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 255 | 0.83 | 0.19 | 0 | 0 | 193.58 | 1 | 0.58 |
| Hex | 2B | CF | FF | 53 | 13 | 0 | 0 | C2 | 64 | 3A |
| Octal | 53 | 317 | 377 | 123 | 23 | 0 | 0 | 302 | 144 | 72 |
| Binary | 101011 | 11001111 | 11111111 | 1010011 | 10011 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #2BCFFF
Complementary color
Monochromatic Colors of #2BCFFF
Black with #2BCFFF
Text Example
Text Example
White with #2BCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFFF; }
p { color: rgb(43,207,255); }
H1.HeaderClassName
{
color: #2BCFFF;
}
.AnyTagClassName
{
color: #2BCFFF;
}
</style>
background-color css
<style>
a { background-color: #2BCFFF; }
a { background-color: rgb(43,207,255); }
div.DivClassName
{
background-color: #2BCFFF;
}
.BgClassName
{
background-color: #2BCFFF;
}
</style>
border-color css
<style>
span { border-color: #2BCFFF; }
span { border-color: rgb(43,207,255); }
td.TdClassName
{
border-color: #2BCFFF;
}
.TagClassName
{
border-color: #2BCFFF;
}
</style>