Shades of Deep Sky Blue #2BCDFF
Tints of Deep Sky Blue #2BCDFF
RGB
CMYK
RGB Variations
Color information
#2BCDFF (or 0x2BCDFF) is known color: Deep Sky Blue. HEX triplet: 2B, CD and FF. RGB value is (43,205,255). Sum of RGB (Red+Green+Blue) = 43+205+255=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BCDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCDFF is #D43200. Grayscale: #A1A1A1. Windows color (decimal): -13906433 or 16764203. OLE color: 16764203.
HSL color Cylindrical-coordinate representation of color #2BCDFF: hue angle of 194.15º 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 #2BCDFF is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 205 | 255 | - |
| CMYK | 0.83 | 0.20 | 0 | 0 |
| HSL | 194.15º | 1% | 0.58% | - |
| HSV(B) | 194.15º | 0.83% | 1% | - |
| XYZ | 40.88 | 51.4 | 102.37 | - |
| YUV | 162.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 255 | 0.83 | 0.20 | 0 | 0 | 194.15 | 1 | 0.58 |
| Hex | 2B | CD | FF | 53 | 14 | 0 | 0 | C2 | 64 | 3A |
| Octal | 53 | 315 | 377 | 123 | 24 | 0 | 0 | 302 | 144 | 72 |
| Binary | 101011 | 11001101 | 11111111 | 1010011 | 10100 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #2BCDFF
Complementary color
Monochromatic Colors of #2BCDFF
Black with #2BCDFF
Text Example
Text Example
White with #2BCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDFF; }
p { color: rgb(43,205,255); }
H1.HeaderClassName
{
color: #2BCDFF;
}
.AnyTagClassName
{
color: #2BCDFF;
}
</style>
background-color css
<style>
a { background-color: #2BCDFF; }
a { background-color: rgb(43,205,255); }
div.DivClassName
{
background-color: #2BCDFF;
}
.BgClassName
{
background-color: #2BCDFF;
}
</style>
border-color css
<style>
span { border-color: #2BCDFF; }
span { border-color: rgb(43,205,255); }
td.TdClassName
{
border-color: #2BCDFF;
}
.TagClassName
{
border-color: #2BCDFF;
}
</style>