Shades of Summer Sky #2BC1F9
Tints of Summer Sky #2BC1F9
RGB
CMYK
RGB Variations
Color information
#2BC1F9 (or 0x2BC1F9) is known color: Summer Sky. HEX triplet: 2B, C1 and F9. RGB value is (43,193,249). Sum of RGB (Red+Green+Blue) = 43+193+249=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #2BC1F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC1F9 is #D43E06. Grayscale: #9A9A9A. Windows color (decimal): -13909511 or 16367915. OLE color: 16367915.
HSL color Cylindrical-coordinate representation of color #2BC1F9: hue angle of 196.31º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BC1F9 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 193 | 249 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.02 |
| HSL | 196.31º | 0.94% | 0.57% | - |
| HSV(B) | 196.31º | 0.83% | 0.98% | - |
| XYZ | 37.17 | 45.49 | 96.44 | - |
| YUV | 154.53 | 181.31 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 249 | 0.83 | 0.22 | 0 | 0.02 | 196.31 | 0.94 | 0.57 |
| Hex | 2B | C1 | F9 | 53 | 16 | 0 | 2 | C4 | 5E | 39 |
| Octal | 53 | 301 | 371 | 123 | 26 | 0 | 2 | 304 | 136 | 71 |
| Binary | 101011 | 11000001 | 11111001 | 1010011 | 10110 | 0 | 10 | 11000100 | 1011110 | 111001 |
Color Harmonies of #2BC1F9
Complementary color
Monochromatic Colors of #2BC1F9
Black with #2BC1F9
Text Example
Text Example
White with #2BC1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC1F9; }
p { color: rgb(43,193,249); }
H1.HeaderClassName
{
color: #2BC1F9;
}
.AnyTagClassName
{
color: #2BC1F9;
}
</style>
background-color css
<style>
a { background-color: #2BC1F9; }
a { background-color: rgb(43,193,249); }
div.DivClassName
{
background-color: #2BC1F9;
}
.BgClassName
{
background-color: #2BC1F9;
}
</style>
border-color css
<style>
span { border-color: #2BC1F9; }
span { border-color: rgb(43,193,249); }
td.TdClassName
{
border-color: #2BC1F9;
}
.TagClassName
{
border-color: #2BC1F9;
}
</style>