Shades of Deep Sky Blue #2BCCFF
Tints of Deep Sky Blue #2BCCFF
RGB
CMYK
RGB Variations
Color information
#2BCCFF (or 0x2BCCFF) is known color: Deep Sky Blue. HEX triplet: 2B, CC and FF. RGB value is (43,204,255). Sum of RGB (Red+Green+Blue) = 43+204+255=502 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.57% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BCCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCCFF is #D43300. Grayscale: #A1A1A1. Windows color (decimal): -13906689 or 16763947. OLE color: 16763947.
HSL color Cylindrical-coordinate representation of color #2BCCFF: hue angle of 194.43º 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 #2BCCFF is Cyan = 0.83, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 204 | 255 | - |
| CMYK | 0.83 | 0.2 | 0 | 0 |
| HSL | 194.43º | 1% | 0.58% | - |
| HSV(B) | 194.43º | 0.83% | 1% | - |
| XYZ | 40.64 | 50.92 | 102.29 | - |
| YUV | 161.68 | 180.66 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 255 | 0.83 | 0.2 | 0 | 0 | 194.43 | 1 | 0.58 |
| Hex | 2B | CC | FF | 53 | 14 | 0 | 0 | C2 | 64 | 3A |
| Octal | 53 | 314 | 377 | 123 | 24 | 0 | 0 | 302 | 144 | 72 |
| Binary | 101011 | 11001100 | 11111111 | 1010011 | 10100 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #2BCCFF
Complementary color
Monochromatic Colors of #2BCCFF
Black with #2BCCFF
Text Example
Text Example
White with #2BCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCFF; }
p { color: rgb(43,204,255); }
H1.HeaderClassName
{
color: #2BCCFF;
}
.AnyTagClassName
{
color: #2BCCFF;
}
</style>
background-color css
<style>
a { background-color: #2BCCFF; }
a { background-color: rgb(43,204,255); }
div.DivClassName
{
background-color: #2BCCFF;
}
.BgClassName
{
background-color: #2BCCFF;
}
</style>
border-color css
<style>
span { border-color: #2BCCFF; }
span { border-color: rgb(43,204,255); }
td.TdClassName
{
border-color: #2BCCFF;
}
.TagClassName
{
border-color: #2BCCFF;
}
</style>