Shades of Deep Sky Blue #2BCBFF
Tints of Deep Sky Blue #2BCBFF
RGB
CMYK
RGB Variations
Color information
#2BCBFF (or 0x2BCBFF) is known color: Deep Sky Blue. HEX triplet: 2B, CB and FF. RGB value is (43,203,255). Sum of RGB (Red+Green+Blue) = 43+203+255=501 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.58% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BCBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCBFF is #D43400. Grayscale: #A0A0A0. Windows color (decimal): -13906945 or 16763691. OLE color: 16763691.
HSL color Cylindrical-coordinate representation of color #2BCBFF: hue angle of 194.72º 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 #2BCBFF is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 203 | 255 | - |
| CMYK | 0.83 | 0.20 | 0 | 0 |
| HSL | 194.72º | 1% | 0.58% | - |
| HSV(B) | 194.72º | 0.83% | 1% | - |
| XYZ | 40.4 | 50.45 | 102.22 | - |
| YUV | 161.09 | 180.99 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 255 | 0.83 | 0.20 | 0 | 0 | 194.72 | 1 | 0.58 |
| Hex | 2B | CB | FF | 53 | 14 | 0 | 0 | C3 | 64 | 3A |
| Octal | 53 | 313 | 377 | 123 | 24 | 0 | 0 | 303 | 144 | 72 |
| Binary | 101011 | 11001011 | 11111111 | 1010011 | 10100 | 0 | 0 | 11000011 | 1100100 | 111010 |
Color Harmonies of #2BCBFF
Complementary color
Monochromatic Colors of #2BCBFF
Black with #2BCBFF
Text Example
Text Example
White with #2BCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBFF; }
p { color: rgb(43,203,255); }
H1.HeaderClassName
{
color: #2BCBFF;
}
.AnyTagClassName
{
color: #2BCBFF;
}
</style>
background-color css
<style>
a { background-color: #2BCBFF; }
a { background-color: rgb(43,203,255); }
div.DivClassName
{
background-color: #2BCBFF;
}
.BgClassName
{
background-color: #2BCBFF;
}
</style>
border-color css
<style>
span { border-color: #2BCBFF; }
span { border-color: rgb(43,203,255); }
td.TdClassName
{
border-color: #2BCBFF;
}
.TagClassName
{
border-color: #2BCBFF;
}
</style>