Shades of Summer Sky #2BCFFA
Tints of Summer Sky #2BCFFA
RGB
CMYK
RGB Variations
Color information
#2BCFFA (or 0x2BCFFA) is known color: Summer Sky. HEX triplet: 2B, CF and FA. RGB value is (43,207,250). Sum of RGB (Red+Green+Blue) = 43+207+250=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BCFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCFFA is #D43005. Grayscale: #A2A2A2. Windows color (decimal): -13905926 or 16437035. OLE color: 16437035.
HSL color Cylindrical-coordinate representation of color #2BCFFA: hue angle of 192.46º degrees, saturation: 0.95, 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 #2BCFFA is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 207 | 250 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.02 |
| HSL | 192.46º | 0.95% | 0.57% | - |
| HSV(B) | 192.46º | 0.83% | 0.98% | - |
| XYZ | 40.56 | 52.04 | 98.35 | - |
| YUV | 162.87 | 177.17 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 250 | 0.83 | 0.17 | 0 | 0.02 | 192.46 | 0.95 | 0.57 |
| Hex | 2B | CF | FA | 53 | 11 | 0 | 2 | C0 | 5F | 39 |
| Octal | 53 | 317 | 372 | 123 | 21 | 0 | 2 | 300 | 137 | 71 |
| Binary | 101011 | 11001111 | 11111010 | 1010011 | 10001 | 0 | 10 | 11000000 | 1011111 | 111001 |
Color Harmonies of #2BCFFA
Complementary color
Monochromatic Colors of #2BCFFA
Black with #2BCFFA
Text Example
Text Example
White with #2BCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFFA; }
p { color: rgb(43,207,250); }
H1.HeaderClassName
{
color: #2BCFFA;
}
.AnyTagClassName
{
color: #2BCFFA;
}
</style>
background-color css
<style>
a { background-color: #2BCFFA; }
a { background-color: rgb(43,207,250); }
div.DivClassName
{
background-color: #2BCFFA;
}
.BgClassName
{
background-color: #2BCFFA;
}
</style>
border-color css
<style>
span { border-color: #2BCFFA; }
span { border-color: rgb(43,207,250); }
td.TdClassName
{
border-color: #2BCFFA;
}
.TagClassName
{
border-color: #2BCFFA;
}
</style>