Shades of Summer Sky #2BC3F1
Tints of Summer Sky #2BC3F1
RGB
CMYK
RGB Variations
Color information
#2BC3F1 (or 0x2BC3F1) is known color: Summer Sky. HEX triplet: 2B, C3 and F1. RGB value is (43,195,241). Sum of RGB (Red+Green+Blue) = 43+195+241=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #2BC3F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC3F1 is #D43C0E. Grayscale: #9A9A9A. Windows color (decimal): -13909007 or 15844139. OLE color: 15844139.
HSL color Cylindrical-coordinate representation of color #2BC3F1: hue angle of 193.94º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC3F1 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 195 | 241 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.05 |
| HSL | 193.94º | 0.88% | 0.56% | - |
| HSV(B) | 193.94º | 0.82% | 0.95% | - |
| XYZ | 36.39 | 45.89 | 90.16 | - |
| YUV | 154.8 | 176.64 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 241 | 0.82 | 0.19 | 0 | 0.05 | 193.94 | 0.88 | 0.56 |
| Hex | 2B | C3 | F1 | 52 | 13 | 0 | 5 | C2 | 58 | 38 |
| Octal | 53 | 303 | 361 | 122 | 23 | 0 | 5 | 302 | 130 | 70 |
| Binary | 101011 | 11000011 | 11110001 | 1010010 | 10011 | 0 | 101 | 11000010 | 1011000 | 111000 |
Color Harmonies of #2BC3F1
Complementary color
Monochromatic Colors of #2BC3F1
Black with #2BC3F1
Text Example
Text Example
White with #2BC3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC3F1; }
p { color: rgb(43,195,241); }
H1.HeaderClassName
{
color: #2BC3F1;
}
.AnyTagClassName
{
color: #2BC3F1;
}
</style>
background-color css
<style>
a { background-color: #2BC3F1; }
a { background-color: rgb(43,195,241); }
div.DivClassName
{
background-color: #2BC3F1;
}
.BgClassName
{
background-color: #2BC3F1;
}
</style>
border-color css
<style>
span { border-color: #2BC3F1; }
span { border-color: rgb(43,195,241); }
td.TdClassName
{
border-color: #2BC3F1;
}
.TagClassName
{
border-color: #2BC3F1;
}
</style>