Shades of Summer Sky #2BC8F9
Tints of Summer Sky #2BC8F9
RGB
CMYK
RGB Variations
Color information
#2BC8F9 (or 0x2BC8F9) is known color: Summer Sky. HEX triplet: 2B, C8 and F9. RGB value is (43,200,249). Sum of RGB (Red+Green+Blue) = 43+200+249=492 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.74% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #2BC8F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC8F9 is #D43706. Grayscale: #9E9E9E. Windows color (decimal): -13907719 or 16369707. OLE color: 16369707.
HSL color Cylindrical-coordinate representation of color #2BC8F9: hue angle of 194.27º 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 #2BC8F9 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 200 | 249 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.02 |
| HSL | 194.27º | 0.94% | 0.57% | - |
| HSV(B) | 194.27º | 0.83% | 0.98% | - |
| XYZ | 38.75 | 48.66 | 96.97 | - |
| YUV | 158.64 | 178.99 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 200 | 249 | 0.83 | 0.20 | 0 | 0.02 | 194.27 | 0.94 | 0.57 |
| Hex | 2B | C8 | F9 | 53 | 14 | 0 | 2 | C2 | 5E | 39 |
| Octal | 53 | 310 | 371 | 123 | 24 | 0 | 2 | 302 | 136 | 71 |
| Binary | 101011 | 11001000 | 11111001 | 1010011 | 10100 | 0 | 10 | 11000010 | 1011110 | 111001 |
Color Harmonies of #2BC8F9
Complementary color
Monochromatic Colors of #2BC8F9
Black with #2BC8F9
Text Example
Text Example
White with #2BC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC8F9; }
p { color: rgb(43,200,249); }
H1.HeaderClassName
{
color: #2BC8F9;
}
.AnyTagClassName
{
color: #2BC8F9;
}
</style>
background-color css
<style>
a { background-color: #2BC8F9; }
a { background-color: rgb(43,200,249); }
div.DivClassName
{
background-color: #2BC8F9;
}
.BgClassName
{
background-color: #2BC8F9;
}
</style>
border-color css
<style>
span { border-color: #2BC8F9; }
span { border-color: rgb(43,200,249); }
td.TdClassName
{
border-color: #2BC8F9;
}
.TagClassName
{
border-color: #2BC8F9;
}
</style>