Shades of Summer Sky #2BCAF7
Tints of Summer Sky #2BCAF7
RGB
CMYK
RGB Variations
Color information
#2BCAF7 (or 0x2BCAF7) is known color: Summer Sky. HEX triplet: 2B, CA and F7. RGB value is (43,202,247). Sum of RGB (Red+Green+Blue) = 43+202+247=492 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.74% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #2BCAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCAF7 is #D43508. Grayscale: #9F9F9F. Windows color (decimal): -13907209 or 16239147. OLE color: 16239147.
HSL color Cylindrical-coordinate representation of color #2BCAF7: hue angle of 193.24º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BCAF7 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 202 | 247 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.03 |
| HSL | 193.24º | 0.93% | 0.57% | - |
| HSV(B) | 193.24º | 0.83% | 0.97% | - |
| XYZ | 38.91 | 49.47 | 95.49 | - |
| YUV | 159.59 | 177.32 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 247 | 0.83 | 0.18 | 0 | 0.03 | 193.24 | 0.93 | 0.57 |
| Hex | 2B | CA | F7 | 53 | 12 | 0 | 3 | C1 | 5D | 39 |
| Octal | 53 | 312 | 367 | 123 | 22 | 0 | 3 | 301 | 135 | 71 |
| Binary | 101011 | 11001010 | 11110111 | 1010011 | 10010 | 0 | 11 | 11000001 | 1011101 | 111001 |
Color Harmonies of #2BCAF7
Complementary color
Monochromatic Colors of #2BCAF7
Black with #2BCAF7
Text Example
Text Example
White with #2BCAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCAF7; }
p { color: rgb(43,202,247); }
H1.HeaderClassName
{
color: #2BCAF7;
}
.AnyTagClassName
{
color: #2BCAF7;
}
</style>
background-color css
<style>
a { background-color: #2BCAF7; }
a { background-color: rgb(43,202,247); }
div.DivClassName
{
background-color: #2BCAF7;
}
.BgClassName
{
background-color: #2BCAF7;
}
</style>
border-color css
<style>
span { border-color: #2BCAF7; }
span { border-color: rgb(43,202,247); }
td.TdClassName
{
border-color: #2BCAF7;
}
.TagClassName
{
border-color: #2BCAF7;
}
</style>